Fourth tutorial¶
Aluminum, the bulk and the surface.¶
This tutorial aims at showing how to get the following physical properties for a metal and for a surface:
- the total energy
- the lattice parameter
- the relaxation of surface atoms
- the surface energy
You will learn about the smearing of the Brillouin zone integration, and also a bit about preconditioning the SCF cycle.
This tutorial should take about 1 hour and 30 minutes.
Note
Supposing you made your own install of ABINIT, the input files to run the examples are in the ~abinit/tests/ directory where ~abinit is the absolute path of the abinit top-level directory. If you have NOT made your own install, ask your system administrator where to find the package, especially the executable and test files.
To execute the tutorials, create a working directory (Work*
) and
copy there the input files and the files file of the lesson. This will be explicitly mentioned in the first lessons,
that will tell you more about the files file (see also section 1.1).
The files file ending with _x (e.g. tbase1_x.files) must be edited every time you start to use a new input file.
Most of the tutorials do not rely on parallelism (except specific tutorials on parallelism). However you can run most of the tutorial examples in parallel, see the topic on parallelism.
In case you work on your own PC or workstation, to make things easier, we suggest you define some handy environment variables by executing the following lines in the terminal:
export ABI_HOME=Replace_with_the_absolute_path_to_the_abinit_top_level_dir export PATH=$ABI_HOME/src/98_main/:$PATH export ABI_TESTS=$ABI_HOME/tests/ export ABI_PSPDIR=$ABI_TESTS/Psps_for_tests/ # Pseudopotentials used in examples.
Examples in this tutorial use these shell variables: copy and paste the code snippets into the terminal (remember to set ABI_HOME first!). The ‘export PATH’ line adds the directory containing the executables to your PATH so that you can invoke the code by simply typing abinit in the terminal instead of providing the absolute path.
Total energy and lattice parameters at fixed smearing and k-point grid¶
Before beginning, you might consider to work in a different subdirectory, as for tutorials 1, 2 or 3. Why not Work4?
The file tbase4_x.files lists the file names and root names. You can copy it in the Work4 directory (and change it, as usual). You can also copy the file tbase4_1.in in Work4.
cd $ABI_TESTS/tutorial/Input mkdir Work4 cd Work4 cp ../tbase4_x.files . # You will need to edit this file. cp ../tbase4_1.in .
tbase4_1.in is our input file. You should edit it and read it carefully,
../tbase4_1.in tbase4_x.out tbase4_xi tbase4_xo tbase4_x ../../../Psps_for_tests/13al.981214.fhi
# Crystalline aluminum : optimization of the lattice parameter # at fixed number of k points and broadening. #Definition of occupation numbers occopt 4 tsmear 0.05 #Definition of the unit cell acell 3*7.60 # This is equivalent to 7.60 7.60 7.60 rprim 0.0 0.5 0.5 # FCC primitive vectors (to be scaled by acell) 0.5 0.0 0.5 0.5 0.5 0.0 #Optimization of the lattice parameters optcell 1 ionmov 2 ntime 10 dilatmx 1.05 ecutsm 0.5 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 1 # There is only one atom per cell typat 1 # This atom is of type 1, that is, Aluminum xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the k-point grid ngkpt 2 2 2 # This is a 2x2x2 FCC grid, based on the primitive vectors nshiftk 4 # of the reciprocal space. For a FCC real space lattice, # like the present one, it actually corresponds to the # so-called 4x4x4 Monkhorst-Pack grid, if the following shifts # are used : shiftk 0.5 0.5 0.5 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.5 #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # Will stop when, twice in a row, the difference # between two consecutive evaluations of total energy # differ by less than toldfe (in Hartree) # This value is way too large for most realistic studies of materials pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_1.out, tolnlines= 6, tolabs= 1.2e-07, tolrel= 1.2e-03 #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : optimization of the lattice parameter #%% at fixed number of k points and broadening. #%%<END TEST_INFO>
and then a look at the following new input variables:
Note also the following:
-
We will work at fixed ecut (6Ha). It is implicit that in real research application, you should do a convergence test with respect to ecut. Here, a suitable ecut is given to you in order to save time. It will give a lattice parameter that is 0.2% off of the experimental value. Note that this is the softer pseudopotential of those that we have used until now: the 01h.pspgth for H needed 30 Ha (it was rather hard), the 14si.pspnc for Si needed 8 Ha. Se the end of this page for a discussion of soft and hard pseudopotentials.
-
The input variable diemac has been suppressed. Aluminum is a metal, and the default is tailored for that case.
When you have read the input file, you can run the code, as usual (it will take a few seconds).
abinit < tbase4_x.files > log 2> err &
Then, read the output file quietly. You should note that the Fermi energy and occupation numbers have been computed automatically:
Fermi (or HOMO) energy (hartree) = 0.26847 Average Vxc (hartree)= -0.34746 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09425 0.25438 0.41909 occupation numbers for kpt# 1 2.00003 1.33307 0.00014 prteigrs : prtvol=0 or 1, do not print more k-points.
You should also note that the components of the total energy include an entropy term:
Components of total free energy (in Hartree): Kinetic energy = 8.70954971782498E-01 Hartree energy = 3.84986358590396E-03 XC energy = -8.08434339502224E-01 Ewald energy = -2.72948286712169E+00 PspCore energy = 3.78721653637092E-02 Loc. psp. energy= 8.26684645838168E-02 NL psp energy= 4.52588269933839E-01 >>>>> Internal E= -2.08998347137414E+00 -kT*entropy = -7.99729047978171E-03 >>>>>>>>> Etotal= -2.09798076185393E+00 Other information on the energy : Total energy(eV)= -5.70889598417024E+01 ; Band energy (Ha)= 3.6059822203E-01
The convergence study with respect to k-points¶
There is of course a convergence study associated to the sampling of the Brillouin zone. You should examine different grids, of increasing resolution. You might try the following series of grids:
ngkpt1 2 2 2 ngkpt2 4 4 4 ngkpt3 6 6 6 ngkpt4 8 8 8
with the associated nkpt:
nkpt1 2 nkpt2 10 nkpt3 28 nkpt4 60
The input file tbase4_2.in is an example:
# Crystalline aluminum : optimization of the lattice parameter # # Convergence with respect to k points. ndtset 4 getwfk -1 #Definition of occupation numbers occopt 4 tsmear 0.05 #Definition of the k-point grids nshiftk 4 shiftk 0.5 0.5 0.5 # These shifts will be the same for all grids 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.5 ngkpt1 2 2 2 ngkpt2 4 4 4 ngkpt3 6 6 6 ngkpt4 8 8 8 #Definition of the unit cell acell 3*7.60 # This is equivalent to 7.60 7.60 7.60 rprim 0.0 0.5 0.5 # FCC primitive vectors (to be scaled by acell) 0.5 0.0 0.5 0.5 0.5 0.0 #Optimization of the lattice parameters optcell 1 ionmov 2 ntime 10 dilatmx 1.05 ecutsm 0.5 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum. #Definition of the atoms natom 1 # There is only one atom per cell typat 1 # This atom is of type 1, that is, Aluminum. xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # Will stop when, twice in a row, the difference # between two consecutive evaluations of total energy # differ by less than toldfe (in Hartree) # This value is way too large for most realistic studies of materials pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_2.out, tolnlines= 0, tolabs= 1.051e-07, tolrel= 1.158e-03, fld_options = -easy #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : optimization of the lattice parameter #%% #%% Convergence with respect to k points. #%%<END TEST_INFO>
while tbase4_2.out is a reference output file:
.Version 9.0.0 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu9.2 computer) .Copyright (C) 1998-2020 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 24 Feb 2020. - ( at 16h44 ) - input file -> /home/gmatteo/git_repos/abinit/_abiref_gnu9.2_openmpi/tests/Test_suite/tutorial_tbase4_2/tbase4_2.in - output file -> tbase4_2.out - root for input files -> tbase4_2i - root for output files -> tbase4_2o DATASET 1 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.130 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 2 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 2. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.175 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 3 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 3. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.281 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 4 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 4. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 60 mpw = 95 nfft = 3375 nkpt = 60 ================================================================================ P This job should need less than 2.469 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.263 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.6000000000E+00 7.6000000000E+00 7.6000000000E+00 Bohr amu 2.69815390E+01 dilatmx 1.05000000E+00 ecut 6.00000000E+00 Hartree ecutsm 5.00000000E-01 Hartree - fftalg 312 getwfk -1 ionmov 2 jdtset 1 2 3 4 kpt1 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt2 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt3 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt4 -6.25000000E-02 -1.25000000E-01 0.00000000E+00 -6.25000000E-02 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 -1.87500000E-01 0.00000000E+00 -6.25000000E-02 -1.87500000E-01 6.25000000E-02 -6.25000000E-02 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.12500000E-01 0.00000000E+00 -6.25000000E-02 -3.12500000E-01 6.25000000E-02 -1.87500000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 -2.50000000E-01 6.25000000E-02 -6.25000000E-02 -2.50000000E-01 1.25000000E-01 -6.25000000E-02 5.00000000E-01 0.00000000E+00 -1.25000000E-01 -4.37500000E-01 0.00000000E+00 -6.25000000E-02 -4.37500000E-01 6.25000000E-02 -1.87500000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 6.25000000E-02 -6.25000000E-02 -3.75000000E-01 1.25000000E-01 -2.50000000E-01 -3.12500000E-01 0.00000000E+00 -1.87500000E-01 -3.12500000E-01 6.25000000E-02 -1.25000000E-01 -3.12500000E-01 1.25000000E-01 -6.25000000E-02 -3.12500000E-01 1.87500000E-01 -6.25000000E-02 3.75000000E-01 0.00000000E+00 -1.25000000E-01 4.37500000E-01 0.00000000E+00 -1.87500000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 6.25000000E-02 -2.50000000E-01 -4.37500000E-01 0.00000000E+00 -1.87500000E-01 -4.37500000E-01 6.25000000E-02 -1.25000000E-01 -4.37500000E-01 1.25000000E-01 -6.25000000E-02 -4.37500000E-01 1.87500000E-01 -3.12500000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 6.25000000E-02 -1.87500000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -3.75000000E-01 1.87500000E-01 -6.25000000E-02 -3.75000000E-01 2.50000000E-01 -6.25000000E-02 2.50000000E-01 0.00000000E+00 -1.25000000E-01 3.12500000E-01 0.00000000E+00 -1.87500000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 4.37500000E-01 0.00000000E+00 -3.12500000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 6.25000000E-02 -1.87500000E-01 5.00000000E-01 1.25000000E-01 -3.75000000E-01 -4.37500000E-01 0.00000000E+00 -3.12500000E-01 -4.37500000E-01 6.25000000E-02 -2.50000000E-01 -4.37500000E-01 1.25000000E-01 -1.87500000E-01 -4.37500000E-01 1.87500000E-01 -1.25000000E-01 -4.37500000E-01 2.50000000E-01 -6.25000000E-02 -4.37500000E-01 3.12500000E-01 -6.25000000E-02 1.25000000E-01 0.00000000E+00 -1.25000000E-01 1.87500000E-01 0.00000000E+00 -1.87500000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.12500000E-01 0.00000000E+00 outvar_i_n : Printing only first 50 k-points. kptrlatt1 2 -2 2 -2 2 2 -2 -2 2 kptrlatt2 4 -4 4 -4 4 4 -4 -4 4 kptrlatt3 6 -6 6 -6 6 6 -6 -6 6 kptrlatt4 8 -8 8 -8 8 8 -8 -8 8 kptrlen1 1.52000000E+01 kptrlen2 3.04000000E+01 kptrlen3 4.56000000E+01 kptrlen4 6.08000000E+01 P mkmem1 2 P mkmem2 10 P mkmem3 28 P mkmem4 60 natom 1 nband1 3 nband2 3 nband3 3 nband4 3 ndtset 4 ngfft 15 15 15 nkpt1 2 nkpt2 10 nkpt3 28 nkpt4 60 nstep 10 nsym 48 ntime 10 ntypat 1 occ1 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ2 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ3 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ4 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 prtocc : prtvol=0, do not print more k-points. occopt 4 optcell 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 225 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 -1 0 0 -1 0 1 -1 1 0 1 0 0 1 0 -1 1 -1 0 0 1 -1 1 0 -1 0 0 -1 0 -1 1 -1 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 1 0 0 1 -1 0 1 0 -1 0 -1 1 1 -1 0 0 -1 0 0 1 -1 -1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 -1 0 0 0 0 -1 0 -1 0 0 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 0 0 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 1 0 -1 0 0 -1 0 1 -1 -1 0 1 0 0 1 0 -1 1 0 1 0 0 0 1 1 0 0 0 -1 0 0 0 -1 -1 0 0 1 0 -1 0 1 -1 0 0 -1 -1 0 1 0 -1 1 0 0 1 0 -1 0 0 -1 1 1 -1 0 0 1 0 0 1 -1 -1 1 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 0 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 0 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 -1 -1 0 0 0 -1 0 -1 1 0 -1 0 0 -1 0 1 1 -1 0 1 0 0 1 0 -1 0 0 1 0 1 0 1 0 0 0 0 -1 0 -1 0 -1 0 0 1 -1 0 0 -1 0 0 -1 1 -1 1 0 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 0 toldfe 1.00000000E-06 Hartree tsmear 5.00000000E-02 Hartree typat 1 wtk1 0.75000 0.25000 wtk2 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk3 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk4 0.01172 0.01172 0.01172 0.02344 0.01172 0.01172 0.02344 0.01172 0.02344 0.02344 0.01172 0.01172 0.02344 0.01172 0.02344 0.02344 0.01172 0.02344 0.02344 0.02344 0.01172 0.01172 0.01172 0.02344 0.01172 0.02344 0.02344 0.02344 0.01172 0.02344 0.02344 0.02344 0.02344 0.01172 0.01172 0.01172 0.01172 0.01172 0.02344 0.02344 0.01172 0.02344 0.02344 0.02344 0.02344 0.02344 0.01172 0.01172 0.01172 0.01172 outvars : Printing only first 50 k-points. znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: Checking input parameters for consistency, jdtset= 2. chkinp: Checking input parameters for consistency, jdtset= 3. chkinp: Checking input parameters for consistency, jdtset= 4. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 1, nkpt: 2, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 90, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 5.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 4.08917216E+00 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0976647769158 -2.098E+00 1.024E-03 3.819E-01 ETOT 2 -2.0979329058481 -2.681E-04 3.236E-10 1.004E-02 ETOT 3 -2.0979387166807 -5.811E-06 1.050E-07 5.228E-05 ETOT 4 -2.0979387453312 -2.865E-08 7.314E-10 1.924E-07 ETOT 5 -2.0979387454055 -7.432E-11 1.449E-12 7.991E-10 At SCF step 5, etot is converged : for the second time, diff in etot= 7.432E-11 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.64978647E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.64978647E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.64978647E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -7.432E-11, res2: 7.991E-10, residm: 1.449E-12, diffor: null, } etotal : -2.09793875E+00 entropy : 0.00000000E+00 fermie : 2.62829541E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 4.64978647E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 4.64978647E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 4.64978647E-05, ] pressure_GPa: -1.3680E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496526 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.64978646705424E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.64978646705426E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.64978646705423E-05 Total energy (etotal) [Ha]= -2.09793874540555E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979574504259 -2.098E+00 2.153E-12 1.594E-05 ETOT 2 -2.0979574577359 -7.310E-09 1.944E-15 9.906E-07 ETOT 3 -2.0979574582395 -5.036E-10 7.562E-12 5.972E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.036E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.50337004E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.50337004E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.50337004E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7946992, 3.7946992, ] - [ 3.7946992, 0.0000000, 3.7946992, ] - [ 3.7946992, 3.7946992, 0.0000000, ] lattice_lengths: [ 5.36652, 5.36652, 5.36652, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0928538E+02 convergence: {deltae: -5.036E-10, res2: 5.972E-10, residm: 7.562E-12, diffor: null, } etotal : -2.09795746E+00 entropy : 0.00000000E+00 fermie : 2.64275309E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.50337004E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.50337004E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 3.50337004E-05, ] pressure_GPa: -1.0307E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93282397 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58939848685512E+00 7.58939848685512E+00 7.58939848685512E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79469924342756E+00 3.79469924342756E+00 3.79469924342756E+00 0.00000000000000E+00 3.79469924342756E+00 3.79469924342756E+00 3.79469924342756E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09285382787544E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36651513518218E+00 5.36651513518218E+00 5.36651513518218E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.50337003584542E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.50337003584542E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.50337003584542E-05 Total energy (etotal) [Ha]= -2.09795745823946E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.87128E-05 Relative =-8.91959E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979806466429 -2.098E+00 2.544E-11 1.452E-04 ETOT 2 -2.0979807118447 -6.520E-08 1.816E-14 8.967E-06 ETOT 3 -2.0979807163129 -4.468E-09 6.557E-11 5.451E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.468E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.57916195E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.57916195E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.57916195E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7787716, 3.7787716, ] - [ 3.7787716, 0.0000000, 3.7787716, ] - [ 3.7787716, 3.7787716, 0.0000000, ] lattice_lengths: [ 5.34399, 5.34399, 5.34399, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0791503E+02 convergence: {deltae: -4.468E-09, res2: 5.451E-09, residm: 6.557E-11, diffor: null, } etotal : -2.09798072E+00 entropy : 0.00000000E+00 fermie : 2.68658940E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -1.57916195E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -1.57916195E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -1.57916195E-06, ] pressure_GPa: 4.6461E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92641925 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55754319060247E+00 7.55754319060247E+00 7.55754319060247E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77877159530123E+00 3.77877159530123E+00 3.77877159530123E+00 0.00000000000000E+00 3.77877159530123E+00 3.77877159530123E+00 3.77877159530123E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07915026593729E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34399003918522E+00 5.34399003918522E+00 5.34399003918522E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.57916194931413E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.57916194931407E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.57916194931424E-06 Total energy (etotal) [Ha]= -2.09798071631288E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.32581E-05 Relative =-1.10860E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979807617150 -2.098E+00 3.701E-14 2.827E-07 ETOT 2 -2.0979807618420 -1.270E-10 3.414E-17 1.752E-08 ETOT 3 -2.0979807618507 -8.749E-12 1.272E-13 1.018E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 8.749E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.13669733E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.13669733E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.13669733E-08 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7794503, 3.7794503, ] - [ 3.7794503, 0.0000000, 3.7794503, ] - [ 3.7794503, 3.7794503, 0.0000000, ] lattice_lengths: [ 5.34495, 5.34495, 5.34495, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0797319E+02 convergence: {deltae: -8.749E-12, res2: 1.018E-11, residm: 1.272E-13, diffor: null, } etotal : -2.09798076E+00 entropy : 0.00000000E+00 fermie : 2.68470411E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.13669733E-08, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.13669733E-08, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.13669733E-08, ] pressure_GPa: -6.2864E-04 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92669275 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55890065805730E+00 7.55890065805730E+00 7.55890065805730E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77945032902865E+00 3.77945032902865E+00 3.77945032902865E+00 0.00000000000000E+00 3.77945032902865E+00 3.77945032902865E+00 3.77945032902865E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07973187339919E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34494991362777E+00 5.34494991362777E+00 5.34494991362777E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.13669732895979E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.13669732895437E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.13669732896521E-08 Total energy (etotal) [Ha]= -2.09798076185070E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.55378E-08 Relative =-2.17056E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.1367E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 76.493E-15; max= 12.721E-14 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558900658057 7.558900658057 7.558900658057 bohr = 3.999997950240 3.999997950240 3.999997950240 angstroms prteigrs : about to open file tbase4_2o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.26847 Average Vxc (hartree)= -0.34746 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09425 0.25438 0.41908 occupation numbers for kpt# 1 2.00003 1.33307 0.00014 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.70954147704489E-01 hartree : 3.84986046238217E-03 xc : -8.08433967811637E-01 Ewald energy : -2.72948147711399E+00 psp_core : 3.78721075037981E-02 local_psp : 8.26676841340783E-02 non_local_psp : 4.52588174121219E-01 internal : -2.08998347099966E+00 '-kT*entropy' : -7.99729085104574E-03 total_energy : -2.09798076185071E+00 total_energy_eV : -5.70889598416148E+01 band_energy : 3.60596868160630E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.13669733E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.13669733E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.13669733E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.2864E-04 GPa] - sigma(1 1)= 6.28637952E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.28637952E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.28637952E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 2, } dimensions: {natom: 1, nkpt: 10, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 92, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 5.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_2o_DS1_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980846505283 -2.098E+00 3.079E-02 1.763E-04 ETOT 2 -2.0980848307785 -1.803E-07 8.906E-07 1.026E-05 ETOT 3 -2.0980848377369 -6.958E-09 3.125E-09 5.548E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.958E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 9.69836886E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 9.69836886E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 9.69836886E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -6.958E-09, res2: 5.548E-09, residm: 3.125E-09, diffor: null, } etotal : -2.09808484E+00 entropy : 0.00000000E+00 fermie : 2.78812451E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 9.69836886E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 9.69836886E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 9.69836886E-05, ] pressure_GPa: -2.8534E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93055273 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 9.69836885826789E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 9.69836885826788E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 9.69836885826786E-05 Total energy (etotal) [Ha]= -2.09808483773688E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981675614304 -2.098E+00 4.053E-08 7.543E-05 ETOT 2 -2.0981675951035 -3.367E-08 1.120E-13 4.639E-06 ETOT 3 -2.0981675974393 -2.336E-09 4.878E-11 3.604E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.336E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.61857278E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.61857278E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.61857278E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7889439, 3.7889439, ] - [ 3.7889439, 0.0000000, 3.7889439, ] - [ 3.7889439, 3.7889439, 0.0000000, ] lattice_lengths: [ 5.35838, 5.35838, 5.35838, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0878888E+02 convergence: {deltae: -2.336E-09, res2: 3.604E-09, residm: 4.878E-11, diffor: null, } etotal : -2.09816760E+00 entropy : 0.00000000E+00 fermie : 2.81975937E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 7.61857278E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 7.61857278E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 7.61857278E-05, ] pressure_GPa: -2.2415E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92600578 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57788771900315E+00 7.57788771900315E+00 7.57788771900315E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78894385950157E+00 3.78894385950157E+00 3.78894385950157E+00 0.00000000000000E+00 3.78894385950157E+00 3.78894385950157E+00 3.78894385950157E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08788880316184E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35837579317739E+00 5.35837579317739E+00 5.35837579317739E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.61857277585706E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.61857277585705E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.61857277585708E-05 Total energy (etotal) [Ha]= -2.09816759743932E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.27597E-05 Relative =-3.94446E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982854570789 -2.098E+00 1.283E-06 9.329E-04 ETOT 2 -2.0982858552246 -3.981E-07 8.177E-13 5.650E-05 ETOT 3 -2.0982858822995 -2.707E-08 5.478E-10 4.450E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.707E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -8.30775905E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -8.30775905E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -8.30775905E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7500366, 3.7500366, ] - [ 3.7500366, 0.0000000, 3.7500366, ] - [ 3.7500366, 3.7500366, 0.0000000, ] lattice_lengths: [ 5.30335, 5.30335, 5.30335, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0547184E+02 convergence: {deltae: -2.707E-08, res2: 4.450E-08, residm: 5.478E-10, diffor: null, } etotal : -2.09828588E+00 entropy : 0.00000000E+00 fermie : 2.93316861E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -8.30775905E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -8.30775905E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -8.30775905E-06, ] pressure_GPa: 2.4442E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91028186 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50007321053823E+00 7.50007321053823E+00 7.50007321053823E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75003660526911E+00 3.75003660526911E+00 3.75003660526911E+00 0.00000000000000E+00 3.75003660526911E+00 3.75003660526911E+00 3.75003660526911E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05471838599730E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30335262656714E+00 5.30335262656714E+00 5.30335262656714E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -8.30775904843146E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -8.30775904843157E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -8.30775904843157E-06 Total energy (etotal) [Ha]= -2.09828588229945E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.18285E-04 Relative =-5.63737E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982870933094 -2.098E+00 7.661E-11 9.779E-06 ETOT 2 -2.0982870975302 -4.221E-09 9.205E-15 5.968E-07 ETOT 3 -2.0982870978183 -2.881E-10 5.903E-12 4.262E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 2.881E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 5.81836167E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 5.81836167E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 5.81836167E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7537566, 3.7537566, ] - [ 3.7537566, 0.0000000, 3.7537566, ] - [ 3.7537566, 3.7537566, 0.0000000, ] lattice_lengths: [ 5.30861, 5.30861, 5.30861, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0578603E+02 convergence: {deltae: -2.881E-10, res2: 4.262E-10, residm: 5.903E-12, diffor: null, } etotal : -2.09828710E+00 entropy : 0.00000000E+00 fermie : 2.92217046E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 5.81836167E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 5.81836167E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 5.81836167E-07, ] pressure_GPa: -1.7118E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91177290 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50751328367409E+00 7.50751328367409E+00 7.50751328367409E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75375664183705E+00 3.75375664183705E+00 3.75375664183705E+00 0.00000000000000E+00 3.75375664183705E+00 3.75375664183705E+00 3.75375664183705E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05786034289083E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30861355273403E+00 5.30861355273403E+00 5.30861355273403E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 5.81836166957926E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 5.81836166958088E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 5.81836166958034E-07 Total energy (etotal) [Ha]= -2.09828709781827E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.21552E-06 Relative =-5.79291E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982871038458 -2.098E+00 3.454E-13 4.170E-08 ETOT 2 -2.0982871038638 -1.798E-11 1.086E-16 2.545E-09 ETOT 3 -2.0982871038650 -1.224E-12 2.514E-14 1.824E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.224E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46040375E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46040375E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.46040375E-09 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7535125, 3.7535125, ] - [ 3.7535125, 0.0000000, 3.7535125, ] - [ 3.7535125, 3.7535125, 0.0000000, ] lattice_lengths: [ 5.30827, 5.30827, 5.30827, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0576539E+02 convergence: {deltae: -1.224E-12, res2: 1.824E-12, residm: 2.514E-14, diffor: null, } etotal : -2.09828710E+00 entropy : 0.00000000E+00 fermie : 2.92289186E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.46040375E-09, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.46040375E-09, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.46040375E-09, ] pressure_GPa: -4.2967E-05 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91167481 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50702496528073E+00 7.50702496528073E+00 7.50702496528073E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75351248264036E+00 3.75351248264036E+00 3.75351248264036E+00 0.00000000000000E+00 3.75351248264036E+00 3.75351248264036E+00 3.75351248264036E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05765393403973E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30826825948671E+00 5.30826825948671E+00 5.30826825948671E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.46040375474145E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.46040375457882E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.46040375479566E-09 Total energy (etotal) [Ha]= -2.09828710386503E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.04676E-09 Relative =-2.88176E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 1.4604E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 11.485E-15; max= 25.137E-15 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.507024965281 7.507024965281 7.507024965281 bohr = 3.972546515943 3.972546515943 3.972546515943 angstroms prteigrs : about to open file tbase4_2o_DS2_EIG Fermi (or HOMO) energy (hartree) = 0.29229 Average Vxc (hartree)= -0.34959 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07249 0.49038 0.62412 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 2, itime: 5, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.75807506688896E-01 hartree : 4.20236790650239E-03 xc : -8.13718985286753E-01 Ewald energy : -2.74834297593689E+00 psp_core : 3.86626667462624E-02 local_psp : 9.56059157068175E-02 non_local_psp : 4.51121345104898E-01 internal : -2.09666215907027E+00 '-kT*entropy' : -1.62494479476626E-03 total_energy : -2.09828710386503E+00 total_energy_eV : -5.70972958317591E+01 band_energy : 3.70689429695591E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46040375E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46040375E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.46040375E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.2967E-05 GPa] - sigma(1 1)= 4.29665546E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.29665546E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 4.29665546E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 3 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 3, } dimensions: {natom: 1, nkpt: 28, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 94, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 5.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 2. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_2o_DS2_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983307444550 -2.098E+00 1.789E-03 1.165E-03 ETOT 2 -2.0983313974568 -6.530E-07 2.537E-09 6.943E-05 ETOT 3 -2.0983314413693 -4.391E-08 2.118E-09 7.512E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.391E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.02680231E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.02680231E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.02680231E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -4.391E-08, res2: 7.512E-08, residm: 2.118E-09, diffor: null, } etotal : -2.09833144E+00 entropy : 0.00000000E+00 fermie : 2.77036956E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.02680231E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.02680231E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.02680231E-04, ] pressure_GPa: -3.0210E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93028598 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.02680230825968E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.02680230825968E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.02680230825968E-04 Total energy (etotal) [Ha]= -2.09833144136934E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0984239694003 -2.098E+00 2.129E-07 8.724E-05 ETOT 2 -2.0984240079380 -3.854E-08 2.955E-11 5.407E-06 ETOT 3 -2.0984240106552 -2.717E-09 8.411E-11 3.684E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.717E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.01971007E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.01971007E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.01971007E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7882945, 3.7882945, ] - [ 3.7882945, 0.0000000, 3.7882945, ] - [ 3.7882945, 3.7882945, 0.0000000, ] lattice_lengths: [ 5.35746, 5.35746, 5.35746, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0873295E+02 convergence: {deltae: -2.717E-09, res2: 3.684E-09, residm: 8.411E-11, diffor: null, } etotal : -2.09842401E+00 entropy : 0.00000000E+00 fermie : 2.80403949E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.01971007E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.01971007E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.01971007E-05, ] pressure_GPa: -2.3595E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92540778 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57658890737168E+00 7.57658890737168E+00 7.57658890737168E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78829445368584E+00 3.78829445368584E+00 3.78829445368584E+00 0.00000000000000E+00 3.78829445368584E+00 3.78829445368584E+00 3.78829445368584E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08732952311328E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35745739466529E+00 5.35745739466529E+00 5.35745739466529E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.01971007459460E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.01971007459461E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.01971007459460E-05 Total energy (etotal) [Ha]= -2.09842401065515E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.25693E-05 Relative =-4.41147E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0985552896208 -2.099E+00 4.546E-02 1.023E-03 ETOT 2 -2.0985557191206 -4.295E-07 2.486E-09 6.244E-05 ETOT 3 -2.0985557489150 -2.979E-08 9.310E-10 4.282E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.979E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -5.47515357E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -5.47515357E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.47515357E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7482418, 3.7482418, ] - [ 3.7482418, 0.0000000, 3.7482418, ] - [ 3.7482418, 3.7482418, 0.0000000, ] lattice_lengths: [ 5.30081, 5.30081, 5.30081, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0532047E+02 convergence: {deltae: -2.979E-08, res2: 4.282E-08, residm: 9.310E-10, diffor: null, } etotal : -2.09855575E+00 entropy : 0.00000000E+00 fermie : 2.92140448E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -5.47515357E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -5.47515357E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.47515357E-06, ] pressure_GPa: 1.6108E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91459585 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49648352224167E+00 7.49648352224167E+00 7.49648352224167E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74824176112084E+00 3.74824176112084E+00 3.74824176112084E+00 0.00000000000000E+00 3.74824176112084E+00 3.74824176112084E+00 3.74824176112084E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05320468140289E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30081433363030E+00 5.30081433363030E+00 5.30081433363030E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -5.47515356740972E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.47515356740978E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.47515356740961E-06 Total energy (etotal) [Ha]= -2.09855574891505E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.31738E-04 Relative =-6.27776E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0985563090377 -2.099E+00 3.821E-09 4.531E-06 ETOT 2 -2.0985563109681 -1.930E-09 2.311E-13 2.783E-07 ETOT 3 -2.0985563111021 -1.339E-10 4.093E-12 1.686E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.339E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.31690802E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.31690802E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.31690802E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7507261, 3.7507261, ] - [ 3.7507261, 0.0000000, 3.7507261, ] - [ 3.7507261, 3.7507261, 0.0000000, ] lattice_lengths: [ 5.30433, 5.30433, 5.30433, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0553003E+02 convergence: {deltae: -1.339E-10, res2: 1.686E-10, residm: 4.093E-12, diffor: null, } etotal : -2.09855631E+00 entropy : 0.00000000E+00 fermie : 2.91401685E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.31690802E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.31690802E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.31690802E-07, ] pressure_GPa: -3.8745E-03 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91003045 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50145220606618E+00 7.50145220606618E+00 7.50145220606618E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75072610303309E+00 3.75072610303309E+00 3.75072610303309E+00 0.00000000000000E+00 3.75072610303309E+00 3.75072610303309E+00 3.75072610303309E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05530026806759E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30432772365618E+00 5.30432772365618E+00 5.30432772365618E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.31690801695417E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.31690801695526E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.31690801695472E-07 Total energy (etotal) [Ha]= -2.09855631110206E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-5.62187E-07 Relative =-2.67892E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 1.3169E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 13.398E-13; max= 40.935E-13 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.501452206066 7.501452206066 7.501452206066 bohr = 3.969597538777 3.969597538777 3.969597538777 angstroms prteigrs : about to open file tbase4_2o_DS3_EIG Fermi (or HOMO) energy (hartree) = 0.29140 Average Vxc (hartree)= -0.34984 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10480 0.58782 0.66999 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 3, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.75365350354308E-01 hartree : 4.11115364640790E-03 xc : -8.14181929439111E-01 Ewald energy : -2.75038469442328E+00 psp_core : 3.87488971831025E-02 local_psp : 9.71131181244894E-02 non_local_psp : 4.51409219878590E-01 internal : -2.09781888467549E+00 '-kT*entropy' : -7.37426426570080E-04 total_energy : -2.09855631110206E+00 total_energy_eV : -5.71046213332238E+01 band_energy : 3.71252295339265E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.31690802E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.31690802E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.31690802E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.8745E-03 GPa] - sigma(1 1)= 3.87447650E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 3.87447650E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 3.87447650E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 4 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 4, } dimensions: {natom: 1, nkpt: 60, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 95, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 5.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 3. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_2o_DS3_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.363 89.331 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 4, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0985269596664 -2.099E+00 7.229E-03 1.037E-03 ETOT 2 -2.0985275087088 -5.490E-07 9.211E-06 6.481E-05 ETOT 3 -2.0985275472231 -3.851E-08 6.492E-08 3.083E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.851E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.03680705E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.03680705E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.03680705E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 4, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -3.851E-08, res2: 3.083E-08, residm: 6.492E-08, diffor: null, } etotal : -2.09852755E+00 entropy : 0.00000000E+00 fermie : 2.76636729E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.03680705E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.03680705E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.03680705E-04, ] pressure_GPa: -3.0504E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93036971 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.03680705366249E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.03680705366249E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.03680705366249E-04 Total energy (etotal) [Ha]= -2.09852754722313E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 4, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0986220460164 -2.099E+00 3.975E-07 8.933E-05 ETOT 2 -2.0986220853857 -3.937E-08 4.249E-10 5.542E-06 ETOT 3 -2.0986220881702 -2.785E-09 1.126E-10 3.692E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.785E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.13305714E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.13305714E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.13305714E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 4, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7881804, 3.7881804, ] - [ 3.7881804, 0.0000000, 3.7881804, ] - [ 3.7881804, 3.7881804, 0.0000000, ] lattice_lengths: [ 5.35730, 5.35730, 5.35730, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0872313E+02 convergence: {deltae: -2.785E-09, res2: 3.692E-09, residm: 1.126E-10, diffor: null, } etotal : -2.09862209E+00 entropy : 0.00000000E+00 fermie : 2.80040801E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.13305714E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.13305714E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.13305714E-05, ] pressure_GPa: -2.3928E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92543849 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57636079917649E+00 7.57636079917649E+00 7.57636079917649E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78818039958825E+00 3.78818039958825E+00 3.78818039958825E+00 0.00000000000000E+00 3.78818039958825E+00 3.78818039958825E+00 3.78818039958825E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08723131745208E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35729609781363E+00 5.35729609781363E+00 5.35729609781363E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.13305714070711E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.13305714070712E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.13305714070712E-05 Total energy (etotal) [Ha]= -2.09862208817023E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.45409E-05 Relative =-4.50501E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 4, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0987590235183 -2.099E+00 2.534E-06 1.088E-03 ETOT 2 -2.0987594789496 -4.554E-07 2.098E-09 6.646E-05 ETOT 3 -2.0987595106180 -3.167E-08 1.232E-09 4.419E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.167E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -5.70900236E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -5.70900236E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.70900236E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 4, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7469650, 3.7469650, ] - [ 3.7469650, 0.0000000, 3.7469650, ] - [ 3.7469650, 3.7469650, 0.0000000, ] lattice_lengths: [ 5.29901, 5.29901, 5.29901, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0521288E+02 convergence: {deltae: -3.167E-08, res2: 4.419E-08, residm: 1.232E-09, diffor: null, } etotal : -2.09875951E+00 entropy : 0.00000000E+00 fermie : 2.92136316E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -5.70900236E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -5.70900236E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.70900236E-06, ] pressure_GPa: 1.6796E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91413589 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49392990887994E+00 7.49392990887994E+00 7.49392990887994E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74696495443997E+00 3.74696495443997E+00 3.74696495443997E+00 0.00000000000000E+00 3.74696495443997E+00 3.74696495443997E+00 3.74696495443997E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05212875233743E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29900865630569E+00 5.29900865630569E+00 5.29900865630569E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -5.70900235983656E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.70900235983662E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.70900235983662E-06 Total energy (etotal) [Ha]= -2.09875951061798E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.37422E-04 Relative =-6.54801E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 4, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0987601187968 -2.099E+00 1.064E-08 5.084E-06 ETOT 2 -2.0987601209593 -2.162E-09 7.448E-12 3.125E-07 ETOT 3 -2.0987601211096 -1.503E-10 6.003E-12 1.820E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.503E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.99298353E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.99298353E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.99298353E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 4, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7495866, 3.7495866, ] - [ 3.7495866, 0.0000000, 3.7495866, ] - [ 3.7495866, 3.7495866, 0.0000000, ] lattice_lengths: [ 5.30272, 5.30272, 5.30272, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0543387E+02 convergence: {deltae: -1.503E-10, res2: 1.820E-10, residm: 6.003E-12, diffor: null, } etotal : -2.09876012E+00 entropy : 0.00000000E+00 fermie : 2.91355070E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.99298353E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.99298353E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.99298353E-07, ] pressure_GPa: -5.8636E-03 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91520177 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49917316490755E+00 7.49917316490755E+00 7.49917316490755E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74958658245377E+00 3.74958658245377E+00 3.74958658245377E+00 0.00000000000000E+00 3.74958658245377E+00 3.74958658245377E+00 3.74958658245377E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05433871739962E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30271619819831E+00 5.30271619819831E+00 5.30271619819831E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.99298352539495E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.99298352539386E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.99298352539278E-07 Total energy (etotal) [Ha]= -2.09876012110959E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.10492E-07 Relative =-2.90882E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 1.9930E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 15.560E-13; max= 60.031E-13 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.499173164908 7.499173164908 7.499173164908 bohr = 3.968391522139 3.968391522139 3.968391522139 angstroms prteigrs : about to open file tbase4_2o_DS4_EIG Fermi (or HOMO) energy (hartree) = 0.29136 Average Vxc (hartree)= -0.34995 Eigenvalues (hartree) for nkpt= 60 k points: kpt# 1, nband= 3, wtk= 0.01172, kpt= -0.0625 -0.1250 0.0000 (reduced coord) -0.11618 0.63920 0.69661 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 4, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.75188418529849E-01 hartree : 4.09223922623571E-03 xc : -8.14388461301183E-01 Ewald energy : -2.75122055189487E+00 psp_core : 3.87842359479173E-02 local_psp : 9.74704360150508E-02 non_local_psp : 4.51721624905322E-01 internal : -2.09835205857167E+00 '-kT*entropy' : -4.08062537920210E-04 total_energy : -2.09876012110959E+00 total_energy_eV : -5.71101672855733E+01 band_energy : 3.71436218781175E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.99298353E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.99298353E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.99298353E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -5.8636E-03 GPa] - sigma(1 1)= 5.86355898E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.86355898E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.86355898E-03 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell1 7.5589006581E+00 7.5589006581E+00 7.5589006581E+00 Bohr acell2 7.5070249653E+00 7.5070249653E+00 7.5070249653E+00 Bohr acell3 7.5014522061E+00 7.5014522061E+00 7.5014522061E+00 Bohr acell4 7.4991731649E+00 7.4991731649E+00 7.4991731649E+00 Bohr amu 2.69815390E+01 dilatmx 1.05000000E+00 ecut 6.00000000E+00 Hartree ecutsm 5.00000000E-01 Hartree etotal1 -2.0979807619E+00 etotal2 -2.0982871039E+00 etotal3 -2.0985563111E+00 etotal4 -2.0987601211E+00 fcart1 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart2 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart3 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart4 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 - fftalg 312 getwfk -1 ionmov 2 jdtset 1 2 3 4 kpt1 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt2 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt3 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt4 -6.25000000E-02 -1.25000000E-01 0.00000000E+00 -6.25000000E-02 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 -1.87500000E-01 0.00000000E+00 -6.25000000E-02 -1.87500000E-01 6.25000000E-02 -6.25000000E-02 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.12500000E-01 0.00000000E+00 -6.25000000E-02 -3.12500000E-01 6.25000000E-02 -1.87500000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 -2.50000000E-01 6.25000000E-02 -6.25000000E-02 -2.50000000E-01 1.25000000E-01 -6.25000000E-02 5.00000000E-01 0.00000000E+00 -1.25000000E-01 -4.37500000E-01 0.00000000E+00 -6.25000000E-02 -4.37500000E-01 6.25000000E-02 -1.87500000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 6.25000000E-02 -6.25000000E-02 -3.75000000E-01 1.25000000E-01 -2.50000000E-01 -3.12500000E-01 0.00000000E+00 -1.87500000E-01 -3.12500000E-01 6.25000000E-02 -1.25000000E-01 -3.12500000E-01 1.25000000E-01 -6.25000000E-02 -3.12500000E-01 1.87500000E-01 -6.25000000E-02 3.75000000E-01 0.00000000E+00 -1.25000000E-01 4.37500000E-01 0.00000000E+00 -1.87500000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 6.25000000E-02 -2.50000000E-01 -4.37500000E-01 0.00000000E+00 -1.87500000E-01 -4.37500000E-01 6.25000000E-02 -1.25000000E-01 -4.37500000E-01 1.25000000E-01 -6.25000000E-02 -4.37500000E-01 1.87500000E-01 -3.12500000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 6.25000000E-02 -1.87500000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -3.75000000E-01 1.87500000E-01 -6.25000000E-02 -3.75000000E-01 2.50000000E-01 -6.25000000E-02 2.50000000E-01 0.00000000E+00 -1.25000000E-01 3.12500000E-01 0.00000000E+00 -1.87500000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 4.37500000E-01 0.00000000E+00 -3.12500000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 6.25000000E-02 -1.87500000E-01 5.00000000E-01 1.25000000E-01 -3.75000000E-01 -4.37500000E-01 0.00000000E+00 -3.12500000E-01 -4.37500000E-01 6.25000000E-02 -2.50000000E-01 -4.37500000E-01 1.25000000E-01 -1.87500000E-01 -4.37500000E-01 1.87500000E-01 -1.25000000E-01 -4.37500000E-01 2.50000000E-01 -6.25000000E-02 -4.37500000E-01 3.12500000E-01 -6.25000000E-02 1.25000000E-01 0.00000000E+00 -1.25000000E-01 1.87500000E-01 0.00000000E+00 -1.87500000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.12500000E-01 0.00000000E+00 outvar_i_n : Printing only first 50 k-points. kptrlatt1 2 -2 2 -2 2 2 -2 -2 2 kptrlatt2 4 -4 4 -4 4 4 -4 -4 4 kptrlatt3 6 -6 6 -6 6 6 -6 -6 6 kptrlatt4 8 -8 8 -8 8 8 -8 -8 8 kptrlen1 1.52000000E+01 kptrlen2 3.04000000E+01 kptrlen3 4.56000000E+01 kptrlen4 6.08000000E+01 P mkmem1 2 P mkmem2 10 P mkmem3 28 P mkmem4 60 natom 1 nband1 3 nband2 3 nband3 3 nband4 3 ndtset 4 ngfft 15 15 15 nkpt1 2 nkpt2 10 nkpt3 28 nkpt4 60 nstep 10 nsym 48 ntime 10 ntypat 1 occ1 2.000029 1.333066 0.000138 2.000000 0.000299 0.000000 occ2 2.000000 0.000000 0.000000 2.000001 2.013008 0.000000 2.000000 0.001757 0.000000 2.000000 0.741378 0.000014 2.000000 0.004856 0.000000 2.000241 2.108516 0.005003 2.000207 0.461977 0.004770 2.010352 1.959840 0.003267 2.000000 0.000000 0.000000 2.000000 1.909876 0.000000 occ3 2.000000 0.000000 0.000000 2.000000 0.000076 0.000000 2.000000 0.000000 0.000000 2.000000 0.000270 0.000000 2.000003 2.002301 0.000000 2.000000 0.619504 0.000000 2.000000 2.140408 0.000000 2.000000 0.000009 0.000000 2.000000 0.005221 0.000000 2.000000 0.270437 0.000303 2.000000 1.204647 0.000000 2.000034 2.010794 0.000000 2.000003 1.782942 0.000427 2.000290 2.037405 0.000013 2.000000 0.004192 0.000313 2.000000 0.001911 0.001739 2.000034 1.350230 0.003674 2.009381 2.135193 0.002308 2.000000 0.000000 0.000000 2.000000 0.002966 0.000001 2.000003 1.858287 0.005239 2.027794 2.090086 0.288540 2.001522 1.485641 0.001306 2.007629 0.918288 0.041068 2.074312 1.873143 0.084732 2.000000 0.000000 0.000000 2.000000 0.000858 0.000000 2.000000 2.091332 0.000000 occ4 2.000000 0.000000 0.000000 2.000000 0.000040 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.976470 0.000000 2.000000 0.002482 0.000000 2.000000 0.002065 0.000000 2.000000 0.000000 0.000000 2.000000 0.000007 0.000000 2.000000 0.001851 0.000000 2.000005 2.000918 0.000000 2.000000 2.056486 0.000000 2.000000 2.050328 0.000000 2.000000 0.002995 0.000000 2.000000 0.394505 0.000000 2.000000 1.911615 0.000000 2.000000 0.000000 0.000000 2.000000 0.000453 0.000000 2.000000 0.004290 0.000008 2.000000 0.133700 0.000900 2.000000 2.129035 0.000000 2.000020 2.002500 0.000000 2.000001 2.116147 0.000000 2.000073 2.006224 0.000000 2.000000 0.025504 0.000014 2.000000 1.364176 0.000001 2.000005 2.139364 0.000005 2.000738 2.027307 0.000286 2.000000 0.000144 0.000009 2.000000 0.003300 0.000051 2.000000 0.009769 0.000250 2.000001 0.847794 0.004520 2.000257 2.001589 0.000079 2.000000 0.003790 0.000000 2.000000 0.665436 0.000000 2.000001 2.114475 0.000012 2.001937 2.051091 0.002442 2.000020 0.234191 0.003328 2.000241 1.921878 0.005061 2.004911 2.081077 0.001598 2.000001 0.004156 0.000090 2.000005 0.000012 0.005235 2.000073 0.143861 0.004684 2.002043 1.534537 0.003416 2.043962 2.141110 0.047741 2.060687 2.079652 0.510945 2.000000 0.000000 0.000000 2.000000 0.000022 0.000000 2.000000 0.001583 0.000021 2.000000 1.193125 0.005248 prtocc : prtvol=0, do not print more k-points. occopt 4 optcell 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 225 strten1 2.1366973290E-08 2.1366973290E-08 2.1366973290E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten2 1.4604037547E-09 1.4604037546E-09 1.4604037548E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten3 1.3169080170E-07 1.3169080170E-07 1.3169080170E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten4 1.9929835254E-07 1.9929835254E-07 1.9929835254E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 -1 0 0 -1 0 1 -1 1 0 1 0 0 1 0 -1 1 -1 0 0 1 -1 1 0 -1 0 0 -1 0 -1 1 -1 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 1 0 0 1 -1 0 1 0 -1 0 -1 1 1 -1 0 0 -1 0 0 1 -1 -1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 -1 0 0 0 0 -1 0 -1 0 0 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 0 0 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 1 0 -1 0 0 -1 0 1 -1 -1 0 1 0 0 1 0 -1 1 0 1 0 0 0 1 1 0 0 0 -1 0 0 0 -1 -1 0 0 1 0 -1 0 1 -1 0 0 -1 -1 0 1 0 -1 1 0 0 1 0 -1 0 0 -1 1 1 -1 0 0 1 0 0 1 -1 -1 1 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 0 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 0 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 -1 -1 0 0 0 -1 0 -1 1 0 -1 0 0 -1 0 1 1 -1 0 1 0 0 1 0 -1 0 0 1 0 1 0 1 0 0 0 0 -1 0 -1 0 -1 0 0 1 -1 0 0 -1 0 0 -1 1 -1 1 0 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 0 toldfe 1.00000000E-06 Hartree tsmear 5.00000000E-02 Hartree typat 1 wtk1 0.75000 0.25000 wtk2 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk3 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk4 0.01172 0.01172 0.01172 0.02344 0.01172 0.01172 0.02344 0.01172 0.02344 0.02344 0.01172 0.01172 0.02344 0.01172 0.02344 0.02344 0.01172 0.02344 0.02344 0.02344 0.01172 0.01172 0.01172 0.02344 0.01172 0.02344 0.02344 0.02344 0.01172 0.02344 0.02344 0.02344 0.02344 0.01172 0.01172 0.01172 0.01172 0.01172 0.02344 0.02344 0.01172 0.02344 0.02344 0.02344 0.02344 0.02344 0.01172 0.01172 0.01172 0.01172 outvars : Printing only first 50 k-points. znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [3] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - [4] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - And optionally: - - [5] A brief introduction to the ABINIT software package. - Z. Kristallogr. 220, 558-562 (2005). - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Comment: the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/sites/default/files/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenschaftverlag, - the licence allows the authors to put it on the Web). - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2005 - - Proc. 0 individual time (sec): cpu= 5.3 wall= 6.5 ================================================================================ Calculation completed. .Delivered 1 WARNINGs and 34 COMMENTs to log file. +Overall time at end (sec) : cpu= 5.3 wall= 6.5
The run might take about thirty seconds on a PC 3 GHz.
You will see that, for the particular value tsmear = 0.05 Ha, the lattice parameter is already converged with nkpt = 10:
acell1 7.5588968086E+00 7.5588968086E+00 7.5588968086E+00 Bohr acell2 7.5070431499E+00 7.5070431499E+00 7.5070431499E+00 Bohr acell3 7.5016877756E+00 7.5016877756E+00 7.5016877756E+00 Bohr acell4 7.4992662653E+00 7.4992662653E+00 7.4992662653E+00 Bohr
Note that there is usually a strong cross-convergence effect between the number of k-points and the value of the broadening, tsmear. The right procedure is: for each value of tsmear, convergence with respect to the number of k-points, then compare the k-point converged values for different values of tsmear.
In what follows, we will restrict ourselves to the grids with nkpt = 2, 10 and 28.
The convergence study with respect to both number of k-points and broadening factor¶
The theoretical convergence rate for tsmear heading to 0, in the case of occopt = 4, is quartic. This is obtained in the hypothesis of infinitely dense k-point grid. We will check the evolution of acell as a function of tsmear, for the following values of tsmear: 0.01, 0.02, 0.03 and 0.04.
Use the double-loop capability of the multi-dataset mode, with the tsmear changes in the inner loop. This will saves CPU time, as the wavefunctions of the previous dataset will be excellent (no transfer to different k-points).
The input file tbase4_3.in is an example:
# Crystalline aluminum : computation of the total energy # # Convergence with respect to k points ndtset 12 udtset 3 4 getwfk -1 #Definition of occupation numbers occopt 4 tsmear?1 0.01 tsmear?2 0.02 tsmear?3 0.03 tsmear?4 0.04 #Definition of the k-point grids nshiftk 4 shiftk 0.5 0.5 0.5 # These shifts will be the same for all grids 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.5 ngkpt1? 2 2 2 ngkpt2? 4 4 4 ngkpt3? 6 6 6 #Definition of the unit cell acell 3*7.60 # This is equivalent to 7.60 7.60 7.60 rprim 0.0 0.5 0.5 # FCC primitive vectors (to be scaled by acell) 0.5 0.0 0.5 0.5 0.5 0.0 #Optimization of the lattice parameters optcell 1 ionmov 2 ntime 10 dilatmx 1.05 ecutsm 0.5 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum. #Definition of the atoms natom 1 # There is only one atom per cell typat 1 # They both are of type 1, that is, Aluminum. xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # Will stop when, twice in a row, the difference # between two consecutive evaluations of total energy # differ by less than toldfe (in Hartree) # This value is way too large for most realistic studies of materials pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_3.out, tolnlines= 0, tolabs= 2.116e-07, tolrel= 4.549e-03, fld_options = -easy #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : computation of the total energy #%% #%% Convergence with respect to k points #%%<END TEST_INFO>
while tbase4_3.out is thre reference output file.
.Version 9.0.0 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu9.2 computer) .Copyright (C) 1998-2020 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 24 Feb 2020. - ( at 16h44 ) - input file -> /home/gmatteo/git_repos/abinit/_abiref_gnu9.2_openmpi/tests/Test_suite/tutorial_tbase4_3/tbase4_3.in - output file -> tbase4_3.out - root for input files -> tbase4_3i - root for output files -> tbase4_3o DATASET 11 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 11. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.130 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 12 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 12. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.130 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 13 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 13. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.130 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 14 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 14. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 2 mpw = 90 nfft = 3375 nkpt = 2 ================================================================================ P This job should need less than 2.130 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.010 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 21 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 21. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.175 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 22 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 22. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.175 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 23 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 23. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.175 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 24 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 24. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 10 mpw = 92 nfft = 3375 nkpt = 10 ================================================================================ P This job should need less than 2.175 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.044 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 31 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 31. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.281 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 32 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 32. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.281 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 33 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 33. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.281 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ DATASET 34 : space group Fm -3 m (#225); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 34. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 15 mpssoang = 3 mqgrid = 3001 natom = 1 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 48 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 3 mffmem = 1 mkmem = 28 mpw = 94 nfft = 3375 nkpt = 28 ================================================================================ P This job should need less than 2.281 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.122 Mbytes ; DEN or POT disk file : 0.028 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.6000000000E+00 7.6000000000E+00 7.6000000000E+00 Bohr amu 2.69815390E+01 dilatmx 1.05000000E+00 ecut 6.00000000E+00 Hartree ecutsm 5.00000000E-01 Hartree - fftalg 312 getwfk -1 ionmov 2 jdtset 11 12 13 14 21 22 23 24 31 32 33 34 kpt11 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt12 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt13 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt14 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt21 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt22 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt23 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt24 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt31 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt32 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt33 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt34 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kptrlatt11 2 -2 2 -2 2 2 -2 -2 2 kptrlatt12 2 -2 2 -2 2 2 -2 -2 2 kptrlatt13 2 -2 2 -2 2 2 -2 -2 2 kptrlatt14 2 -2 2 -2 2 2 -2 -2 2 kptrlatt21 4 -4 4 -4 4 4 -4 -4 4 kptrlatt22 4 -4 4 -4 4 4 -4 -4 4 kptrlatt23 4 -4 4 -4 4 4 -4 -4 4 kptrlatt24 4 -4 4 -4 4 4 -4 -4 4 kptrlatt31 6 -6 6 -6 6 6 -6 -6 6 kptrlatt32 6 -6 6 -6 6 6 -6 -6 6 kptrlatt33 6 -6 6 -6 6 6 -6 -6 6 kptrlatt34 6 -6 6 -6 6 6 -6 -6 6 kptrlen11 1.52000000E+01 kptrlen12 1.52000000E+01 kptrlen13 1.52000000E+01 kptrlen14 1.52000000E+01 kptrlen21 3.04000000E+01 kptrlen22 3.04000000E+01 kptrlen23 3.04000000E+01 kptrlen24 3.04000000E+01 kptrlen31 4.56000000E+01 kptrlen32 4.56000000E+01 kptrlen33 4.56000000E+01 kptrlen34 4.56000000E+01 P mkmem11 2 P mkmem12 2 P mkmem13 2 P mkmem14 2 P mkmem21 10 P mkmem22 10 P mkmem23 10 P mkmem24 10 P mkmem31 28 P mkmem32 28 P mkmem33 28 P mkmem34 28 natom 1 nband11 3 nband12 3 nband13 3 nband14 3 nband21 3 nband22 3 nband23 3 nband24 3 nband31 3 nband32 3 nband33 3 nband34 3 ndtset 12 ngfft 15 15 15 nkpt11 2 nkpt12 2 nkpt13 2 nkpt14 2 nkpt21 10 nkpt22 10 nkpt23 10 nkpt24 10 nkpt31 28 nkpt32 28 nkpt33 28 nkpt34 28 nstep 10 nsym 48 ntime 10 ntypat 1 occ11 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ12 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ13 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ14 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ21 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ22 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ23 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ24 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ31 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ32 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ33 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occ34 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 2.000000 1.000000 0.000000 occopt 4 optcell 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 225 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 -1 0 0 -1 0 1 -1 1 0 1 0 0 1 0 -1 1 -1 0 0 1 -1 1 0 -1 0 0 -1 0 -1 1 -1 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 1 0 0 1 -1 0 1 0 -1 0 -1 1 1 -1 0 0 -1 0 0 1 -1 -1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 -1 0 0 0 0 -1 0 -1 0 0 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 0 0 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 1 0 -1 0 0 -1 0 1 -1 -1 0 1 0 0 1 0 -1 1 0 1 0 0 0 1 1 0 0 0 -1 0 0 0 -1 -1 0 0 1 0 -1 0 1 -1 0 0 -1 -1 0 1 0 -1 1 0 0 1 0 -1 0 0 -1 1 1 -1 0 0 1 0 0 1 -1 -1 1 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 0 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 0 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 -1 -1 0 0 0 -1 0 -1 1 0 -1 0 0 -1 0 1 1 -1 0 1 0 0 1 0 -1 0 0 1 0 1 0 1 0 0 0 0 -1 0 -1 0 -1 0 0 1 -1 0 0 -1 0 0 -1 1 -1 1 0 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 0 toldfe 1.00000000E-06 Hartree tsmear11 1.00000000E-02 Hartree tsmear12 2.00000000E-02 Hartree tsmear13 3.00000000E-02 Hartree tsmear14 4.00000000E-02 Hartree tsmear21 1.00000000E-02 Hartree tsmear22 2.00000000E-02 Hartree tsmear23 3.00000000E-02 Hartree tsmear24 4.00000000E-02 Hartree tsmear31 1.00000000E-02 Hartree tsmear32 2.00000000E-02 Hartree tsmear33 3.00000000E-02 Hartree tsmear34 4.00000000E-02 Hartree typat 1 wtk11 0.75000 0.25000 wtk12 0.75000 0.25000 wtk13 0.75000 0.25000 wtk14 0.75000 0.25000 wtk21 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk22 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk23 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk24 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk31 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk32 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk33 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk34 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 11. chkinp: Checking input parameters for consistency, jdtset= 12. chkinp: Checking input parameters for consistency, jdtset= 13. chkinp: Checking input parameters for consistency, jdtset= 14. chkinp: Checking input parameters for consistency, jdtset= 21. chkinp: Checking input parameters for consistency, jdtset= 22. chkinp: Checking input parameters for consistency, jdtset= 23. chkinp: Checking input parameters for consistency, jdtset= 24. chkinp: Checking input parameters for consistency, jdtset= 31. chkinp: Checking input parameters for consistency, jdtset= 32. chkinp: Checking input parameters for consistency, jdtset= 33. chkinp: Checking input parameters for consistency, jdtset= 34. ================================================================================ == DATASET 11 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 11, } dimensions: {natom: 1, nkpt: 2, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 90, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 4.08917216E+00 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 11, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0912865246706 -2.091E+00 1.024E-03 3.819E-01 ETOT 2 -2.0915546297426 -2.681E-04 3.236E-10 1.004E-02 ETOT 3 -2.0915604404745 -5.811E-06 1.050E-07 5.229E-05 ETOT 4 -2.0915604691264 -2.865E-08 7.314E-10 1.924E-07 ETOT 5 -2.0915604692008 -7.431E-11 1.449E-12 7.990E-10 At SCF step 5, etot is converged : for the second time, diff in etot= 7.431E-11 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66771536E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66771536E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66771536E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 11, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -7.431E-11, res2: 7.990E-10, residm: 1.449E-12, diffor: null, } etotal : -2.09156047E+00 entropy : 0.00000000E+00 fermie : 2.51561927E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 4.66771536E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 4.66771536E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 4.66771536E-05, ] pressure_GPa: -1.3733E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496035 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66771536070467E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66771536070466E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66771536070465E-05 Total energy (etotal) [Ha]= -2.09156046920076E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 11, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0915793170184 -2.092E+00 2.169E-12 1.606E-05 ETOT 2 -2.0915793243838 -7.365E-09 1.959E-15 9.981E-07 ETOT 3 -2.0915793248912 -5.074E-10 7.620E-12 6.017E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.074E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51614365E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51614365E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51614365E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 11, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7946788, 3.7946788, ] - [ 3.7946788, 0.0000000, 3.7946788, ] - [ 3.7946788, 3.7946788, 0.0000000, ] lattice_lengths: [ 5.36649, 5.36649, 5.36649, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0928362E+02 convergence: {deltae: -5.074E-10, res2: 6.017E-10, residm: 7.620E-12, diffor: null, } etotal : -2.09157932E+00 entropy : 0.00000000E+00 fermie : 2.53012892E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.51614365E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.51614365E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 3.51614365E-05, ] pressure_GPa: -1.0345E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281106 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58935760897759E+00 7.58935760897759E+00 7.58935760897759E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79467880448880E+00 3.79467880448880E+00 3.79467880448880E+00 0.00000000000000E+00 3.79467880448880E+00 3.79467880448880E+00 3.79467880448880E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283616904343E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648623015778E+00 5.36648623015778E+00 5.36648623015778E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51614364757088E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51614364757087E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51614364757086E-05 Total energy (etotal) [Ha]= -2.09157932489121E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88557E-05 Relative =-9.01509E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 11, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0916026660288 -2.092E+00 2.573E-11 1.460E-04 ETOT 2 -2.0916027316068 -6.558E-08 1.827E-14 9.020E-06 ETOT 3 -2.0916027361006 -4.494E-09 6.594E-11 5.483E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.494E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.58500217E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.58500217E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.58500217E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 11, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7787041, 3.7787041, ] - [ 3.7787041, 0.0000000, 3.7787041, ] - [ 3.7787041, 3.7787041, 0.0000000, ] lattice_lengths: [ 5.34389, 5.34389, 5.34389, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0790925E+02 convergence: {deltae: -4.494E-09, res2: 5.483E-09, residm: 6.594E-11, diffor: null, } etotal : -2.09160274E+00 entropy : 0.00000000E+00 fermie : 2.57408538E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -1.58500217E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -1.58500217E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -1.58500217E-06, ] pressure_GPa: 4.6632E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638824 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55740829272415E+00 7.55740829272415E+00 7.55740829272415E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77870414636208E+00 3.77870414636208E+00 3.77870414636208E+00 0.00000000000000E+00 3.77870414636208E+00 3.77870414636208E+00 3.77870414636208E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07909248030015E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34389465198070E+00 5.34389465198070E+00 5.34389465198070E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.58500217191924E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.58500217191908E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.58500217191935E-06 Total energy (etotal) [Ha]= -2.09160273610065E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34112E-05 Relative =-1.11930E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 11, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0916027818065 -2.092E+00 3.738E-14 2.844E-07 ETOT 2 -2.0916027819344 -1.279E-10 3.436E-17 1.763E-08 ETOT 3 -2.0916027819430 -8.620E-12 1.280E-13 1.024E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 8.620E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.13606367E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.13606367E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.13606367E-08 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 11, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7793849, 3.7793849, ] - [ 3.7793849, 0.0000000, 3.7793849, ] - [ 3.7793849, 3.7793849, 0.0000000, ] lattice_lengths: [ 5.34486, 5.34486, 5.34486, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0796758E+02 convergence: {deltae: -8.620E-12, res2: 1.024E-11, residm: 1.280E-13, diffor: null, } etotal : -2.09160278E+00 entropy : 0.00000000E+00 fermie : 2.57219483E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.13606367E-08, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.13606367E-08, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.13606367E-08, ] pressure_GPa: -6.2845E-04 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666252 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55876978577678E+00 7.55876978577678E+00 7.55876978577678E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938489288839E+00 3.77938489288839E+00 3.77938489288839E+00 0.00000000000000E+00 3.77938489288839E+00 3.77938489288839E+00 3.77938489288839E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967579201945E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485737295075E+00 5.34485737295075E+00 5.34485737295075E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.13606367313666E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.13606367312582E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.13606367313124E-08 Total energy (etotal) [Ha]= -2.09160278194299E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.58423E-08 Relative =-2.19173E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.1361E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 76.949E-15; max= 12.796E-14 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558769785777 7.558769785777 7.558769785777 bohr = 3.999928695612 3.999928695612 3.999928695612 angstroms prteigrs : about to open file tbase4_3o_DS11_EIG Fermi (or HOMO) energy (hartree) = 0.25722 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 11, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.70955629152760E-01 hartree : 3.85032994160424E-03 xc : -8.08446913185370E-01 Ewald energy : -2.72952873526255E+00 psp_core : 3.78740746869640E-02 local_psp : 8.26933400962499E-02 non_local_psp : 4.52593601268863E-01 internal : -2.09000867330148E+00 '-kT*entropy' : -1.59410864151470E-03 total_energy : -2.09160278194299E+00 total_energy_eV : -5.69154061820946E+01 band_energy : 3.60613380575904E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.13606367E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.13606367E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.13606367E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.2845E-04 GPa] - sigma(1 1)= 6.28451524E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.28451524E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.28451524E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 12 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 12, } dimensions: {natom: 1, nkpt: 2, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 90, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 2.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 11. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS11_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 12, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931544721971 -2.093E+00 2.791E-11 1.870E-04 ETOT 2 -2.0931545708771 -9.868E-08 1.365E-14 1.197E-05 ETOT 3 -2.0931545778418 -6.965E-09 2.052E-10 2.334E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.965E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66665726E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66665726E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66665726E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 12, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -6.965E-09, res2: 2.334E-09, residm: 2.052E-10, diffor: null, } etotal : -2.09315458E+00 entropy : 0.00000000E+00 fermie : 2.54381290E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 4.66665726E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 4.66665726E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 4.66665726E-05, ] pressure_GPa: -1.3730E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496196 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66665725713280E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665725713280E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665725713281E-05 Total energy (etotal) [Ha]= -2.09315457784182E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 12, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931734219904 -2.093E+00 2.170E-12 1.607E-05 ETOT 2 -2.0931734293607 -7.370E-09 1.957E-15 9.989E-07 ETOT 3 -2.0931734298684 -5.078E-10 7.622E-12 6.015E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.078E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51640949E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51640949E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51640949E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 12, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7946800, 3.7946800, ] - [ 3.7946800, 0.0000000, 3.7946800, ] - [ 3.7946800, 3.7946800, 0.0000000, ] lattice_lengths: [ 5.36649, 5.36649, 5.36649, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0928372E+02 convergence: {deltae: -5.078E-10, res2: 6.015E-10, residm: 7.622E-12, diffor: null, } etotal : -2.09317343E+00 entropy : 0.00000000E+00 fermie : 2.55831781E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.51640949E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.51640949E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 3.51640949E-05, ] pressure_GPa: -1.0346E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281155 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58936002145374E+00 7.58936002145374E+00 7.58936002145374E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79468001072687E+00 3.79468001072687E+00 3.79468001072687E+00 0.00000000000000E+00 3.79468001072687E+00 3.79468001072687E+00 3.79468001072687E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283721120358E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648793603602E+00 5.36648793603602E+00 5.36648793603602E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51640948900770E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640948900770E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640948900770E-05 Total energy (etotal) [Ha]= -2.09317342986844E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88520E-05 Relative =-9.00647E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 12, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931967725218 -2.093E+00 2.582E-11 1.463E-04 ETOT 2 -2.0931968382271 -6.571E-08 1.831E-14 9.038E-06 ETOT 3 -2.0931968427298 -4.503E-09 6.607E-11 5.494E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.503E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.61963086E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.61963086E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.61963086E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 12, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7786896, 3.7786896, ] - [ 3.7786896, 0.0000000, 3.7786896, ] - [ 3.7786896, 3.7786896, 0.0000000, ] lattice_lengths: [ 5.34387, 5.34387, 5.34387, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0790800E+02 convergence: {deltae: -4.503E-09, res2: 5.494E-09, residm: 6.607E-11, diffor: null, } etotal : -2.09319684E+00 entropy : 0.00000000E+00 fermie : 2.60231797E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -1.61963086E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -1.61963086E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -1.61963086E-06, ] pressure_GPa: 4.7651E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638240 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55737913824316E+00 7.55737913824316E+00 7.55737913824316E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77868956912158E+00 3.77868956912158E+00 3.77868956912158E+00 0.00000000000000E+00 3.77868956912158E+00 3.77868956912158E+00 3.77868956912158E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07907999178876E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34387403664949E+00 5.34387403664949E+00 5.34387403664949E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.61963085766072E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963085766083E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963085766077E-06 Total energy (etotal) [Ha]= -2.09319684272978E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34129E-05 Relative =-1.11853E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 12, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0931968904416 -2.093E+00 3.904E-14 2.969E-07 ETOT 2 -2.0931968905749 -1.334E-10 3.588E-17 1.840E-08 ETOT 3 -2.0931968905841 -9.177E-12 1.336E-13 1.069E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 9.177E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078197E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078197E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078197E-08 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 12, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7793852, 3.7793852, ] - [ 3.7793852, 0.0000000, 3.7793852, ] - [ 3.7793852, 3.7793852, 0.0000000, ] lattice_lengths: [ 5.34486, 5.34486, 5.34486, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0796760E+02 convergence: {deltae: -9.177E-12, res2: 1.069E-11, residm: 1.336E-13, diffor: null, } etotal : -2.09319689E+00 entropy : 0.00000000E+00 fermie : 2.60038625E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.20078197E-08, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.20078197E-08, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.20078197E-08, ] pressure_GPa: -6.4749E-04 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666263 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55877033877992E+00 7.55877033877992E+00 7.55877033877992E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938516938996E+00 3.77938516938996E+00 3.77938516938996E+00 0.00000000000000E+00 3.77938516938996E+00 3.77938516938996E+00 3.77938516938996E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967602898822E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485776398301E+00 5.34485776398301E+00 5.34485776398301E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.20078197343560E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078197344644E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078197344102E-08 Total energy (etotal) [Ha]= -2.09319689058411E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.78543E-08 Relative =-2.28618E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.2008E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 80.325E-15; max= 13.359E-14 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558770338780 7.558770338780 7.558770338780 bohr = 3.999928988248 3.999928988248 3.999928988248 angstroms prteigrs : about to open file tbase4_3o_DS12_EIG Fermi (or HOMO) energy (hartree) = 0.26004 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 12, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.70955505697976E-01 hartree : 3.85032882019829E-03 xc : -8.08446859100437E-01 Ewald energy : -2.72952853556897E+00 psp_core : 3.78740663743101E-02 local_psp : 8.26932459151370E-02 non_local_psp : 4.52593574560702E-01 internal : -2.09000867330108E+00 '-kT*entropy' : -3.18821728303230E-03 total_energy : -2.09319689058411E+00 total_energy_eV : -5.69587840842427E+01 band_energy : 3.60613203650838E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078197E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078197E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078197E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.4749E-04 GPa] - sigma(1 1)= 6.47492302E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.47492302E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.47492302E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 13 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 13, } dimensions: {natom: 1, nkpt: 2, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 90, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 3.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 12. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS12_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 13, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947485808678 -2.095E+00 2.791E-11 1.870E-04 ETOT 2 -2.0947486795451 -9.868E-08 1.365E-14 1.197E-05 ETOT 3 -2.0947486865096 -6.964E-09 2.052E-10 2.334E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.964E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66665729E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66665729E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66665729E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 13, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -6.964E-09, res2: 2.334E-09, residm: 2.052E-10, diffor: null, } etotal : -2.09474869E+00 entropy : 0.00000000E+00 fermie : 2.57200509E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 4.66665729E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 4.66665729E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 4.66665729E-05, ] pressure_GPa: -1.3730E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496196 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66665728596969E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665728596967E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66665728596970E-05 Total energy (etotal) [Ha]= -2.09474868650962E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 13, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947675306552 -2.095E+00 2.170E-12 1.607E-05 ETOT 2 -2.0947675380255 -7.370E-09 1.957E-15 9.989E-07 ETOT 3 -2.0947675385333 -5.078E-10 7.622E-12 6.015E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.078E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51640950E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51640950E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51640950E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 13, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7946800, 3.7946800, ] - [ 3.7946800, 0.0000000, 3.7946800, ] - [ 3.7946800, 3.7946800, 0.0000000, ] lattice_lengths: [ 5.36649, 5.36649, 5.36649, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0928372E+02 convergence: {deltae: -5.078E-10, res2: 6.015E-10, residm: 7.622E-12, diffor: null, } etotal : -2.09476754E+00 entropy : 0.00000000E+00 fermie : 2.58651000E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.51640950E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.51640950E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 3.51640950E-05, ] pressure_GPa: -1.0346E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281155 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58936002138799E+00 7.58936002138799E+00 7.58936002138799E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79468001069399E+00 3.79468001069399E+00 3.79468001069399E+00 0.00000000000000E+00 3.79468001069399E+00 3.79468001069399E+00 3.79468001069399E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283721117518E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648793598953E+00 5.36648793598953E+00 5.36648793598953E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51640949973783E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640949973784E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51640949973783E-05 Total energy (etotal) [Ha]= -2.09476753853331E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88520E-05 Relative =-8.99962E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 13, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947908811792 -2.095E+00 2.582E-11 1.463E-04 ETOT 2 -2.0947909468846 -6.571E-08 1.831E-14 9.038E-06 ETOT 3 -2.0947909513872 -4.503E-09 6.607E-11 5.494E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.503E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.61963057E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.61963057E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.61963057E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 13, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7786896, 3.7786896, ] - [ 3.7786896, 0.0000000, 3.7786896, ] - [ 3.7786896, 3.7786896, 0.0000000, ] lattice_lengths: [ 5.34387, 5.34387, 5.34387, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0790800E+02 convergence: {deltae: -4.503E-09, res2: 5.494E-09, residm: 6.607E-11, diffor: null, } etotal : -2.09479095E+00 entropy : 0.00000000E+00 fermie : 2.63051015E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -1.61963057E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -1.61963057E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -1.61963057E-06, ] pressure_GPa: 4.7651E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638240 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55737913838379E+00 7.55737913838379E+00 7.55737913838379E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77868956919189E+00 3.77868956919189E+00 3.77868956919189E+00 0.00000000000000E+00 3.77868956919189E+00 3.77868956919189E+00 3.77868956919189E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07907999184900E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34387403674892E+00 5.34387403674892E+00 5.34387403674892E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.61963056699295E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963056699295E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61963056699300E-06 Total energy (etotal) [Ha]= -2.09479095138721E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34129E-05 Relative =-1.11768E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 13, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0947909990993 -2.095E+00 3.904E-14 2.969E-07 ETOT 2 -2.0947909992326 -1.333E-10 3.588E-17 1.840E-08 ETOT 3 -2.0947909992418 -9.208E-12 1.336E-13 1.069E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 9.208E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078138E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078138E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078138E-08 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 13, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7793852, 3.7793852, ] - [ 3.7793852, 0.0000000, 3.7793852, ] - [ 3.7793852, 3.7793852, 0.0000000, ] lattice_lengths: [ 5.34486, 5.34486, 5.34486, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0796760E+02 convergence: {deltae: -9.208E-12, res2: 1.069E-11, residm: 1.336E-13, diffor: null, } etotal : -2.09479100E+00 entropy : 0.00000000E+00 fermie : 2.62857844E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.20078138E-08, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.20078138E-08, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.20078138E-08, ] pressure_GPa: -6.4749E-04 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666263 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55877033866880E+00 7.55877033866880E+00 7.55877033866880E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938516933440E+00 3.77938516933440E+00 3.77938516933440E+00 0.00000000000000E+00 3.77938516933440E+00 3.77938516933440E+00 3.77938516933440E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967602894061E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485776390444E+00 5.34485776390444E+00 5.34485776390444E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.20078138020354E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078138021980E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20078138020896E-08 Total energy (etotal) [Ha]= -2.09479099924181E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.78546E-08 Relative =-2.28446E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.2008E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 80.325E-15; max= 13.359E-14 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558770338669 7.558770338669 7.558770338669 bohr = 3.999928988190 3.999928988190 3.999928988190 angstroms prteigrs : about to open file tbase4_3o_DS13_EIG Fermi (or HOMO) energy (hartree) = 0.26286 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 13, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.70955505705845E-01 hartree : 3.85032882032956E-03 xc : -8.08446859097679E-01 Ewald energy : -2.72952853560909E+00 psp_core : 3.78740663759804E-02 local_psp : 8.26932459331531E-02 non_local_psp : 4.52593574560454E-01 internal : -2.09000867331101E+00 '-kT*entropy' : -4.78232593080447E-03 total_energy : -2.09479099924181E+00 total_energy_eV : -5.70021619868419E+01 band_energy : 3.60613203680269E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20078138E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20078138E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20078138E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.4749E-04 GPa] - sigma(1 1)= 6.47492128E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.47492128E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.47492128E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 14 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 14, } dimensions: {natom: 1, nkpt: 2, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 90, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 13. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS13_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.750 89.749 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 14, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963427025650 -2.096E+00 2.791E-11 1.870E-04 ETOT 2 -2.0963428012426 -9.868E-08 1.365E-14 1.197E-05 ETOT 3 -2.0963428082071 -6.965E-09 2.052E-10 2.334E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 6.965E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 4.66644630E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 4.66644630E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.66644630E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 14, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -6.965E-09, res2: 2.334E-09, residm: 2.052E-10, diffor: null, } etotal : -2.09634281E+00 entropy : 0.00000000E+00 fermie : 2.60019653E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 4.66644630E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 4.66644630E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 4.66644630E-05, ] pressure_GPa: -1.3729E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93496201 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 4.66644630146802E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66644630146804E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 4.66644630146803E-05 Total energy (etotal) [Ha]= -2.09634280820712E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 14, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963616506869 -2.096E+00 2.170E-12 1.607E-05 ETOT 2 -2.0963616580565 -7.370E-09 1.956E-15 9.988E-07 ETOT 3 -2.0963616585642 -5.077E-10 7.622E-12 6.014E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 5.077E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.51626536E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.51626536E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.51626536E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 14, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7946803, 3.7946803, ] - [ 3.7946803, 0.0000000, 3.7946803, ] - [ 3.7946803, 3.7946803, 0.0000000, ] lattice_lengths: [ 5.36649, 5.36649, 5.36649, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0928374E+02 convergence: {deltae: -5.077E-10, res2: 6.014E-10, residm: 7.622E-12, diffor: null, } etotal : -2.09636166E+00 entropy : 0.00000000E+00 fermie : 2.61470083E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.51626536E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.51626536E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 3.51626536E-05, ] pressure_GPa: -1.0345E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93281169 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.58936050243265E+00 7.58936050243265E+00 7.58936050243265E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.79468025121633E+00 3.79468025121633E+00 3.79468025121633E+00 0.00000000000000E+00 3.79468025121633E+00 3.79468025121633E+00 3.79468025121633E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09283741898066E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.36648827613947E+00 5.36648827613947E+00 5.36648827613947E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 3.51626535877430E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51626535877431E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.51626535877429E-05 Total energy (etotal) [Ha]= -2.09636165856425E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.88504E-05 Relative =-8.99198E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 14, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963849995944 -2.096E+00 2.581E-11 1.463E-04 ETOT 2 -2.0963850652964 -6.570E-08 1.831E-14 9.037E-06 ETOT 3 -2.0963850697988 -4.502E-09 6.607E-11 5.493E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 4.502E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -1.61961752E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -1.61961752E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.61961752E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 14, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7786903, 3.7786903, ] - [ 3.7786903, 0.0000000, 3.7786903, ] - [ 3.7786903, 3.7786903, 0.0000000, ] lattice_lengths: [ 5.34387, 5.34387, 5.34387, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0790806E+02 convergence: {deltae: -4.502E-09, res2: 5.493E-09, residm: 6.607E-11, diffor: null, } etotal : -2.09638507E+00 entropy : 0.00000000E+00 fermie : 2.65869989E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -1.61961752E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -1.61961752E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -1.61961752E-06, ] pressure_GPa: 4.7651E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92638271 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55738050032770E+00 7.55738050032770E+00 7.55738050032770E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77869025016385E+00 3.77869025016385E+00 3.77869025016385E+00 0.00000000000000E+00 3.77869025016385E+00 3.77869025016385E+00 3.77869025016385E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07908057524438E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34387499978870E+00 5.34387499978870E+00 5.34387499978870E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -1.61961752497816E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61961752497827E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -1.61961752497821E-06 Total energy (etotal) [Ha]= -2.09638506979876E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.34112E-05 Relative =-1.11675E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 14, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0963851175103 -2.096E+00 3.903E-14 2.969E-07 ETOT 2 -2.0963851176437 -1.334E-10 3.588E-17 1.840E-08 ETOT 3 -2.0963851176528 -9.116E-12 1.336E-13 1.069E-11 At SCF step 3, etot is converged : for the second time, diff in etot= 9.116E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20101428E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20101428E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20101428E-08 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 14, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7793859, 3.7793859, ] - [ 3.7793859, 0.0000000, 3.7793859, ] - [ 3.7793859, 3.7793859, 0.0000000, ] lattice_lengths: [ 5.34486, 5.34486, 5.34486, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0796766E+02 convergence: {deltae: -9.116E-12, res2: 1.069E-11, residm: 1.336E-13, diffor: null, } etotal : -2.09638512E+00 entropy : 0.00000000E+00 fermie : 2.65676817E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.20101428E-08, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.20101428E-08, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.20101428E-08, ] pressure_GPa: -6.4756E-04 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92666294 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.55877170659028E+00 7.55877170659028E+00 7.55877170659028E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.77938585329514E+00 3.77938585329514E+00 3.77938585329514E+00 0.00000000000000E+00 3.77938585329514E+00 3.77938585329514E+00 3.77938585329514E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.07967661511226E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.34485873117100E+00 5.34485873117100E+00 5.34485873117100E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.20101428151029E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20101428150487E-08 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.20101428152113E-08 Total energy (etotal) [Ha]= -2.09638511765279E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-4.78540E-08 Relative =-2.28269E-08 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.2010E-06 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 80.326E-15; max= 13.360E-14 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.558771706590 7.558771706590 7.558771706590 bohr = 3.999929712063 3.999929712063 3.999929712063 angstroms prteigrs : about to open file tbase4_3o_DS14_EIG Fermi (or HOMO) energy (hartree) = 0.26568 Average Vxc (hartree)= -0.34747 Eigenvalues (hartree) for nkpt= 2 k points: kpt# 1, nband= 3, wtk= 0.75000, kpt= -0.2500 0.5000 0.0000 (reduced coord) 0.09427 0.25440 0.41911 occupation numbers for kpt# 1 2.00000 1.33333 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 14, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.70955502225817E-01 hartree : 3.85032464561282E-03 xc : -8.08446724383843E-01 Ewald energy : -2.72952804164249E+00 psp_core : 3.78740458136159E-02 local_psp : 8.26929814291996E-02 non_local_psp : 4.52593510136646E-01 internal : -2.09000840177544E+00 '-kT*entropy' : -6.37671587734934E-03 total_energy : -2.09638511765279E+00 total_energy_eV : -5.70455401548413E+01 band_energy : 3.60613039734108E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.20101428E-08 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.20101428E-08 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.20101428E-08 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.4756E-04 GPa] - sigma(1 1)= 6.47560650E-04 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.47560650E-04 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.47560650E-04 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 21 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 21, } dimensions: {natom: 1, nkpt: 10, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 92, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 14. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS14_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 21, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0967583066358 -2.097E+00 2.957E-02 3.170E-04 ETOT 2 -2.0967585867945 -2.802E-07 8.353E-07 1.835E-05 ETOT 3 -2.0967585993424 -1.255E-08 2.940E-09 1.339E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 1.255E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.00112502E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.00112502E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.00112502E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 21, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -1.255E-08, res2: 1.339E-08, residm: 2.940E-09, diffor: null, } etotal : -2.09675860E+00 entropy : 0.00000000E+00 fermie : 2.82588140E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.00112502E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.00112502E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.00112502E-04, ] pressure_GPa: -2.9454E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93018386 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.00112502104941E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00112502104941E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00112502104941E-04 Total energy (etotal) [Ha]= -2.09675859934238E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 21, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0968466516177 -2.097E+00 4.870E-08 7.912E-05 ETOT 2 -2.0968466874086 -3.579E-08 1.191E-13 4.825E-06 ETOT 3 -2.0968466898474 -2.439E-09 5.058E-11 4.276E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.439E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.84529010E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.84529010E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.84529010E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 21, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7885872, 3.7885872, ] - [ 3.7885872, 0.0000000, 3.7885872, ] - [ 3.7885872, 3.7885872, 0.0000000, ] lattice_lengths: [ 5.35787, 5.35787, 5.35787, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0875816E+02 convergence: {deltae: -2.439E-09, res2: 4.276E-09, residm: 5.058E-11, diffor: null, } etotal : -2.09684669E+00 entropy : 0.00000000E+00 fermie : 2.85877860E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 7.84529010E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 7.84529010E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 7.84529010E-05, ] pressure_GPa: -2.3082E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92554682 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57717434952007E+00 7.57717434952007E+00 7.57717434952007E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78858717476004E+00 3.78858717476004E+00 3.78858717476004E+00 0.00000000000000E+00 3.78858717476004E+00 3.78858717476004E+00 3.78858717476004E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08758159606933E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35787136477841E+00 5.35787136477841E+00 5.35787136477841E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.84529010426997E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.84529010426997E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.84529010426999E-05 Total energy (etotal) [Ha]= -2.09684668984744E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.80905E-05 Relative =-4.20118E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 21, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0969694004410 -2.097E+00 1.218E-05 9.556E-04 ETOT 2 -2.0969698137280 -4.133E-07 7.803E-13 5.732E-05 ETOT 3 -2.0969698412715 -2.754E-08 5.525E-10 5.203E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.754E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.35291774E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.35291774E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.35291774E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 21, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7489113, 3.7489113, ] - [ 3.7489113, 0.0000000, 3.7489113, ] - [ 3.7489113, 3.7489113, 0.0000000, ] lattice_lengths: [ 5.30176, 5.30176, 5.30176, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0537691E+02 convergence: {deltae: -2.754E-08, res2: 5.203E-08, residm: 5.525E-10, diffor: null, } etotal : -2.09696984E+00 entropy : 0.00000000E+00 fermie : 2.97540780E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -9.35291774E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -9.35291774E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -9.35291774E-06, ] pressure_GPa: 2.7517E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91523555 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49782252042812E+00 7.49782252042812E+00 7.49782252042812E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74891126021406E+00 3.74891126021406E+00 3.74891126021406E+00 0.00000000000000E+00 3.74891126021406E+00 3.74891126021406E+00 3.74891126021406E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05376914248452E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30176114832793E+00 5.30176114832793E+00 5.30176114832793E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.35291773551135E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.35291773551119E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.35291773551103E-06 Total energy (etotal) [Ha]= -2.09696984127152E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.23151E-04 Relative =-5.87300E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 21, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0969713423372 -2.097E+00 1.061E-10 1.177E-05 ETOT 2 -2.0969713474762 -5.139E-09 1.045E-14 7.120E-07 ETOT 3 -2.0969713478205 -3.443E-10 6.994E-12 5.906E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.443E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.72483494E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.72483494E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.72483494E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 21, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7530197, 3.7530197, ] - [ 3.7530197, 0.0000000, 3.7530197, ] - [ 3.7530197, 3.7530197, 0.0000000, ] lattice_lengths: [ 5.30757, 5.30757, 5.30757, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0572374E+02 convergence: {deltae: -3.443E-10, res2: 5.906E-10, residm: 6.994E-12, diffor: null, } etotal : -2.09697135E+00 entropy : 0.00000000E+00 fermie : 2.96314844E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 6.72483494E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 6.72483494E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.72483494E-07, ] pressure_GPa: -1.9785E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91134158 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50603936335911E+00 7.50603936335911E+00 7.50603936335911E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75301968167956E+00 3.75301968167956E+00 3.75301968167956E+00 0.00000000000000E+00 3.75301968167956E+00 3.75301968167956E+00 3.75301968167956E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05723740862525E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30757133368438E+00 5.30757133368438E+00 5.30757133368438E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.72483494081858E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.72483494081912E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.72483494081858E-07 Total energy (etotal) [Ha]= -2.09697134782050E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.50655E-06 Relative =-7.18441E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 21, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0969713557114 -2.097E+00 5.163E-13 5.269E-08 ETOT 2 -2.0969713557344 -2.294E-11 4.669E-17 3.187E-09 ETOT 3 -2.0969713557359 -1.531E-12 3.126E-14 2.654E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.531E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.17464083E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.17464084E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.17464084E-09 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 21, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7527433, 3.7527433, ] - [ 3.7527433, 0.0000000, 3.7527433, ] - [ 3.7527433, 3.7527433, 0.0000000, ] lattice_lengths: [ 5.30718, 5.30718, 5.30718, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0570038E+02 convergence: {deltae: -1.531E-12, res2: 2.654E-12, residm: 3.126E-14, diffor: null, } etotal : -2.09697136E+00 entropy : 0.00000000E+00 fermie : 2.96397272E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.17464083E-09, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.17464084E-09, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.17464084E-09, ] pressure_GPa: -6.3980E-05 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91123191 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50548650226835E+00 7.50548650226835E+00 7.50548650226835E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75274325113418E+00 3.75274325113418E+00 3.75274325113418E+00 0.00000000000000E+00 3.75274325113418E+00 3.75274325113418E+00 3.75274325113418E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05700381177837E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30718040185805E+00 5.30718040185805E+00 5.30718040185805E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.17464083497381E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.17464083508223E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.17464083508223E-09 Total energy (etotal) [Ha]= -2.09697135573591E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.91541E-09 Relative =-3.77469E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 2.1746E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 14.256E-15; max= 31.259E-15 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505486502268 7.505486502268 7.505486502268 bohr = 3.971732396380 3.971732396380 3.971732396380 angstroms prteigrs : about to open file tbase4_3o_DS21_EIG Fermi (or HOMO) energy (hartree) = 0.29640 Average Vxc (hartree)= -0.34962 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07236 0.49072 0.62454 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 21, itime: 5, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76931266783931E-01 hartree : 4.34980069241835E-03 xc : -8.13990738605057E-01 Ewald energy : -2.74890632702847E+00 psp_core : 3.86864466608240E-02 local_psp : 9.58687552571900E-02 non_local_psp : 4.50637038059865E-01 internal : -2.09642375817930E+00 '-kT*entropy' : -5.47597556613748E-04 total_energy : -2.09697135573591E+00 total_energy_eV : -5.70614925043545E+01 band_energy : 3.71529484076663E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.17464083E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.17464084E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.17464084E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -6.3980E-05 GPa] - sigma(1 1)= 6.39801315E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 6.39801315E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 6.39801315E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 22 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 22, } dimensions: {natom: 1, nkpt: 10, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 92, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 2.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 21. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS21_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 22, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0973406909436 -2.097E+00 5.297E-09 9.599E-04 ETOT 2 -2.0973411774580 -4.865E-07 4.037E-12 6.104E-05 ETOT 3 -2.0973412125566 -3.510E-08 1.142E-09 2.741E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.510E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 9.96781930E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 9.96781930E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 9.96781930E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 22, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -3.510E-08, res2: 2.741E-08, residm: 1.142E-09, diffor: null, } etotal : -2.09734121E+00 entropy : 0.00000000E+00 fermie : 2.81630343E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 9.96781930E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 9.96781930E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 9.96781930E-05, ] pressure_GPa: -2.9326E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93028181 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 9.96781930040654E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 9.96781930040655E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 9.96781930040657E-05 Total energy (etotal) [Ha]= -2.09734121255660E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 22, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0974285171570 -2.097E+00 4.747E-08 7.900E-05 ETOT 2 -2.0974285527118 -3.555E-08 1.204E-13 4.839E-06 ETOT 3 -2.0974285551549 -2.443E-09 5.079E-11 4.070E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.443E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.81321104E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.81321104E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.81321104E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 22, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7886367, 3.7886367, ] - [ 3.7886367, 0.0000000, 3.7886367, ] - [ 3.7886367, 3.7886367, 0.0000000, ] lattice_lengths: [ 5.35794, 5.35794, 5.35794, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0876242E+02 convergence: {deltae: -2.443E-09, res2: 4.070E-09, residm: 5.079E-11, diffor: null, } etotal : -2.09742856E+00 entropy : 0.00000000E+00 fermie : 2.84942147E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 7.81321104E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 7.81321104E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 7.81321104E-05, ] pressure_GPa: -2.2987E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92563842 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57727337199507E+00 7.57727337199507E+00 7.57727337199507E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78863668599754E+00 3.78863668599754E+00 3.78863668599754E+00 0.00000000000000E+00 3.78863668599754E+00 3.78863668599754E+00 3.78863668599754E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08762423588090E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35794138424197E+00 5.35794138424197E+00 5.35794138424197E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.81321103776100E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.81321103776100E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.81321103776100E-05 Total energy (etotal) [Ha]= -2.09742855515488E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.73426E-05 Relative =-4.16436E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 22, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975506548873 -2.098E+00 1.192E-05 9.557E-04 ETOT 2 -2.0975510660263 -4.111E-07 8.083E-13 5.762E-05 ETOT 3 -2.0975510936741 -2.765E-08 5.559E-10 4.952E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.765E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.07679679E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.07679679E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.07679679E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 22, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7490816, 3.7490816, ] - [ 3.7490816, 0.0000000, 3.7490816, ] - [ 3.7490816, 3.7490816, 0.0000000, ] lattice_lengths: [ 5.30200, 5.30200, 5.30200, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0539128E+02 convergence: {deltae: -2.765E-08, res2: 4.952E-08, residm: 5.559E-10, diffor: null, } etotal : -2.09755109E+00 entropy : 0.00000000E+00 fermie : 2.96685485E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -9.07679679E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -9.07679679E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -9.07679679E-06, ] pressure_GPa: 2.6705E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91530384 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49816327756880E+00 7.49816327756880E+00 7.49816327756880E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74908163878440E+00 3.74908163878440E+00 3.74908163878440E+00 0.00000000000000E+00 3.74908163878440E+00 3.74908163878440E+00 3.74908163878440E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05391282247099E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30200210001284E+00 5.30200210001284E+00 5.30200210001284E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.07679679276751E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.07679679276757E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.07679679276746E-06 Total energy (etotal) [Ha]= -2.09755109367412E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.22539E-04 Relative =-5.84215E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 22, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975525162823 -2.098E+00 9.979E-11 1.124E-05 ETOT 2 -2.0975525211666 -4.884E-09 1.026E-14 6.831E-07 ETOT 3 -2.0975525214965 -3.299E-10 6.725E-12 5.344E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.299E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.34224502E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.34224502E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.34224502E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 22, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7530839, 3.7530839, ] - [ 3.7530839, 0.0000000, 3.7530839, ] - [ 3.7530839, 3.7530839, 0.0000000, ] lattice_lengths: [ 5.30766, 5.30766, 5.30766, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0572917E+02 convergence: {deltae: -3.299E-10, res2: 5.344E-10, residm: 6.725E-12, diffor: null, } etotal : -2.09755252E+00 entropy : 0.00000000E+00 fermie : 2.95480445E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 6.34224502E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 6.34224502E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.34224502E-07, ] pressure_GPa: -1.8660E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91136257 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50616775159501E+00 7.50616775159501E+00 7.50616775159501E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75308387579751E+00 3.75308387579751E+00 3.75308387579751E+00 0.00000000000000E+00 3.75308387579751E+00 3.75308387579751E+00 3.75308387579751E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05729166060595E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30766211787661E+00 5.30766211787661E+00 5.30766211787661E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.34224501993284E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.34224501993121E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.34224501993230E-07 Total energy (etotal) [Ha]= -2.09755252149650E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.42782E-06 Relative =-6.80709E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 22, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975525285521 -2.098E+00 4.572E-13 4.771E-08 ETOT 2 -2.0975525285728 -2.070E-11 4.349E-17 2.900E-09 ETOT 3 -2.0975525285742 -1.419E-12 2.851E-14 2.276E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.419E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.86629258E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.86629258E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.86629258E-09 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 22, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7528217, 3.7528217, ] - [ 3.7528217, 0.0000000, 3.7528217, ] - [ 3.7528217, 3.7528217, 0.0000000, ] lattice_lengths: [ 5.30729, 5.30729, 5.30729, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0570701E+02 convergence: {deltae: -1.419E-12, res2: 2.276E-12, residm: 2.851E-14, diffor: null, } etotal : -2.09755253E+00 entropy : 0.00000000E+00 fermie : 2.95559334E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.86629258E-09, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.86629258E-09, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.86629258E-09, ] pressure_GPa: -5.4908E-05 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91125800 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50564341507973E+00 7.50564341507973E+00 7.50564341507973E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75282170753986E+00 3.75282170753986E+00 3.75282170753986E+00 0.00000000000000E+00 3.75282170753986E+00 3.75282170753986E+00 3.75282170753986E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05707010764361E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30729135597103E+00 5.30729135597103E+00 5.30729135597103E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.86629258195573E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.86629258200994E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.86629258190152E-09 Total energy (etotal) [Ha]= -2.09755252857417E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.07767E-09 Relative =-3.37425E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 1.8663E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 13.009E-15; max= 28.508E-15 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505643415080 7.505643415080 7.505643415080 bohr = 3.971815431064 3.971815431064 3.971815431064 angstroms prteigrs : about to open file tbase4_3o_DS22_EIG Fermi (or HOMO) energy (hartree) = 0.29556 Average Vxc (hartree)= -0.34963 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07239 0.49067 0.62448 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 22, itime: 5, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76506830497722E-01 hartree : 4.28335850926460E-03 xc : -8.13920187995223E-01 Ewald energy : -2.74884885845501E+00 psp_core : 3.86840203776134E-02 local_psp : 9.59071926101170E-02 non_local_psp : 4.50825098806755E-01 internal : -2.09656254564876E+00 '-kT*entropy' : -9.89982925411890E-04 total_energy : -2.09755252857417E+00 total_energy_eV : -5.70773070215454E+01 band_energy : 3.71291453024647E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.86629258E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.86629258E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.86629258E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -5.4908E-05 GPa] - sigma(1 1)= 5.49082142E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.49082142E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.49082142E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 23 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 23, } dimensions: {natom: 1, nkpt: 10, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 92, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 3.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 22. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS22_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 23, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0975935040893 -2.098E+00 5.251E-09 9.650E-04 ETOT 2 -2.0975939946179 -4.905E-07 4.072E-12 6.132E-05 ETOT 3 -2.0975940299716 -3.535E-08 1.149E-09 2.707E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.535E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.03755889E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.03755889E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.03755889E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 23, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -3.535E-08, res2: 2.707E-08, residm: 1.149E-09, diffor: null, } etotal : -2.09759403E+00 entropy : 0.00000000E+00 fermie : 2.78824838E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.03755889E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.03755889E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.03755889E-04, ] pressure_GPa: -3.0526E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93021433 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.03755888660380E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.03755888660380E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.03755888660380E-04 Total energy (etotal) [Ha]= -2.09759402997163E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 23, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0976886796321 -2.098E+00 5.989E-08 8.602E-05 ETOT 2 -2.0976887181872 -3.856E-08 1.378E-13 5.278E-06 ETOT 3 -2.0976887208454 -2.658E-09 5.538E-11 4.281E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.658E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.14596692E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.14596692E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.14596692E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 23, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7881718, 3.7881718, ] - [ 3.7881718, 0.0000000, 3.7881718, ] - [ 3.7881718, 3.7881718, 0.0000000, ] lattice_lengths: [ 5.35728, 5.35728, 5.35728, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0872239E+02 convergence: {deltae: -2.658E-09, res2: 4.281E-09, residm: 5.538E-11, diffor: null, } etotal : -2.09768872E+00 entropy : 0.00000000E+00 fermie : 2.82257701E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.14596692E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.14596692E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.14596692E-05, ] pressure_GPa: -2.3966E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92536885 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57634365738543E+00 7.57634365738543E+00 7.57634365738543E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78817182869272E+00 3.78817182869272E+00 3.78817182869272E+00 0.00000000000000E+00 3.78817182869272E+00 3.78817182869272E+00 3.78817182869272E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08722393776793E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35728397673693E+00 5.35728397673693E+00 5.35728397673693E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.14596691767118E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.14596691767117E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.14596691767120E-05 Total energy (etotal) [Ha]= -2.09768872084537E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.46909E-05 Relative =-4.51416E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 23, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978211667960 -2.098E+00 8.341E-06 1.053E-03 ETOT 2 -2.0978216163032 -4.495E-07 8.961E-13 6.355E-05 ETOT 3 -2.0978216466545 -3.035E-08 6.099E-10 5.257E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.035E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.95929564E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.95929564E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.95929564E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 23, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7467678, 3.7467678, ] - [ 3.7467678, 0.0000000, 3.7467678, ] - [ 3.7467678, 3.7467678, 0.0000000, ] lattice_lengths: [ 5.29873, 5.29873, 5.29873, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0519627E+02 convergence: {deltae: -3.035E-08, res2: 5.257E-08, residm: 6.099E-10, diffor: null, } etotal : -2.09782165E+00 entropy : 0.00000000E+00 fermie : 2.94524394E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -9.95929564E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -9.95929564E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -9.95929564E-06, ] pressure_GPa: 2.9301E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91426417 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49353566674017E+00 7.49353566674017E+00 7.49353566674017E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74676783337008E+00 3.74676783337008E+00 3.74676783337008E+00 0.00000000000000E+00 3.74676783337008E+00 3.74676783337008E+00 3.74676783337008E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05196270928344E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29872988501523E+00 5.29872988501523E+00 5.29872988501523E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.95929564334729E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.95929564334751E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.95929564334735E-06 Total energy (etotal) [Ha]= -2.09782164665452E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.32926E-04 Relative =-6.33657E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 23, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978233597227 -2.098E+00 1.767E-10 1.363E-05 ETOT 2 -2.0978233656072 -5.885E-09 1.250E-14 8.294E-07 ETOT 3 -2.0978233660063 -3.991E-10 8.144E-12 6.219E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.991E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.51058888E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.51058888E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.51058888E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 23, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7511476, 3.7511476, ] - [ 3.7511476, 0.0000000, 3.7511476, ] - [ 3.7511476, 3.7511476, 0.0000000, ] lattice_lengths: [ 5.30492, 5.30492, 5.30492, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0556561E+02 convergence: {deltae: -3.991E-10, res2: 6.219E-10, residm: 8.144E-12, diffor: null, } etotal : -2.09782337E+00 entropy : 0.00000000E+00 fermie : 2.93206745E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 6.51058888E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 6.51058888E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.51058888E-07, ] pressure_GPa: -1.9155E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91047160 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50229524276850E+00 7.50229524276850E+00 7.50229524276850E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75114762138425E+00 3.75114762138425E+00 3.75114762138425E+00 0.00000000000000E+00 3.75114762138425E+00 3.75114762138425E+00 3.75114762138425E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05565610190603E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30492384062519E+00 5.30492384062519E+00 5.30492384062519E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.51058888360609E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.51058888360664E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.51058888360447E-07 Total energy (etotal) [Ha]= -2.09782336600628E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.71935E-06 Relative =-8.19589E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 23, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978233734579 -2.098E+00 7.770E-13 5.108E-08 ETOT 2 -2.0978233734799 -2.201E-11 4.679E-17 3.108E-09 ETOT 3 -2.0978233734814 -1.482E-12 3.048E-14 2.338E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.482E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.59242552E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.59242552E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.59242552E-09 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 23, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7508780, 3.7508780, ] - [ 3.7508780, 0.0000000, 3.7508780, ] - [ 3.7508780, 3.7508780, 0.0000000, ] lattice_lengths: [ 5.30454, 5.30454, 5.30454, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0554285E+02 convergence: {deltae: -1.482E-12, res2: 2.338E-12, residm: 3.048E-14, diffor: null, } etotal : -2.09782337E+00 entropy : 0.00000000E+00 fermie : 2.93287809E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.59242552E-09, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.59242552E-09, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.59242552E-09, ] pressure_GPa: -7.6272E-05 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91036386 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50175597802363E+00 7.50175597802363E+00 7.50175597802363E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75087798901181E+00 3.75087798901181E+00 3.75087798901181E+00 0.00000000000000E+00 3.75087798901181E+00 3.75087798901181E+00 3.75087798901181E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05542847668681E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30454252286723E+00 5.30454252286723E+00 5.30454252286723E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.59242552446727E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.59242552441306E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.59242552430464E-09 Total energy (etotal) [Ha]= -2.09782337348136E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.47508E-09 Relative =-3.56326E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 2.5924E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 13.903E-15; max= 30.477E-15 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.501755978024 7.501755978024 7.501755978024 bohr = 3.969758287974 3.969758287974 3.969758287974 angstroms prteigrs : about to open file tbase4_3o_DS23_EIG Fermi (or HOMO) energy (hartree) = 0.29329 Average Vxc (hartree)= -0.34980 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07216 0.49141 0.62541 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 23, itime: 5, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76343242474113E-01 hartree : 4.27045849967729E-03 xc : -8.14287496195567E-01 Ewald energy : -2.75027332186665E+00 psp_core : 3.87441901444789E-02 local_psp : 9.66921512114105E-02 non_local_psp : 4.51099161380430E-01 internal : -2.09741161435211E+00 '-kT*entropy' : -4.11759129248410E-04 total_energy : -2.09782337348136E+00 total_energy_eV : -5.70846770862814E+01 band_energy : 3.71679024405664E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.59242552E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.59242552E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.59242552E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -7.6272E-05 GPa] - sigma(1 1)= 7.62717794E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 7.62717794E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 7.62717794E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 24 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 24, } dimensions: {natom: 1, nkpt: 10, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 92, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 23. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS23_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.000 88.972 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 24, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0977809590285 -2.098E+00 5.571E-09 1.052E-03 ETOT 2 -2.0977814952361 -5.362E-07 4.448E-12 6.680E-05 ETOT 3 -2.0977815338349 -3.860E-08 1.253E-09 2.913E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.860E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.00442874E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.00442874E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.00442874E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 24, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -3.860E-08, res2: 2.913E-08, residm: 1.253E-09, diffor: null, } etotal : -2.09778153E+00 entropy : 0.00000000E+00 fermie : 2.78356493E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.00442874E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.00442874E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.00442874E-04, ] pressure_GPa: -2.9551E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93035776 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.00442873864917E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00442873864917E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.00442873864917E-04 Total energy (etotal) [Ha]= -2.09778153383493E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 24, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0978702882047 -2.098E+00 4.957E-08 8.086E-05 ETOT 2 -2.0978703243740 -3.617E-08 1.249E-13 4.967E-06 ETOT 3 -2.0978703268752 -2.501E-09 5.218E-11 3.936E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.501E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 7.89502938E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 7.89502938E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 7.89502938E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 24, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7885495, 3.7885495, ] - [ 3.7885495, 0.0000000, 3.7885495, ] - [ 3.7885495, 3.7885495, 0.0000000, ] lattice_lengths: [ 5.35782, 5.35782, 5.35782, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0875492E+02 convergence: {deltae: -2.501E-09, res2: 3.936E-09, residm: 5.218E-11, diffor: null, } etotal : -2.09787033E+00 entropy : 0.00000000E+00 fermie : 2.81636369E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 7.89502938E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 7.89502938E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 7.89502938E-05, ] pressure_GPa: -2.3228E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92565503 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57709902475880E+00 7.57709902475880E+00 7.57709902475880E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78854951237940E+00 3.78854951237940E+00 3.78854951237940E+00 0.00000000000000E+00 3.78854951237940E+00 3.78854951237940E+00 3.78854951237940E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08754916141522E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35781810212892E+00 5.35781810212892E+00 5.35781810212892E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 7.89502938385995E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.89502938385995E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.89502938385998E-05 Total energy (etotal) [Ha]= -2.09787032687523E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-8.87930E-05 Relative =-4.23262E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 24, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979960591268 -2.098E+00 4.479E-06 1.002E-03 ETOT 2 -2.0979964865792 -4.275E-07 8.653E-13 6.060E-05 ETOT 3 -2.0979965155622 -2.898E-08 5.851E-10 4.879E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 2.898E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -9.23349769E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -9.23349769E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -9.23349769E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 24, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7482024, 3.7482024, ] - [ 3.7482024, 0.0000000, 3.7482024, ] - [ 3.7482024, 3.7482024, 0.0000000, ] lattice_lengths: [ 5.30076, 5.30076, 5.30076, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0531715E+02 convergence: {deltae: -2.898E-08, res2: 4.879E-08, residm: 5.851E-10, diffor: null, } etotal : -2.09799652E+00 entropy : 0.00000000E+00 fermie : 2.93424056E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -9.23349769E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -9.23349769E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -9.23349769E-06, ] pressure_GPa: 2.7166E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91493201 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49640487362642E+00 7.49640487362642E+00 7.49640487362642E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74820243681321E+00 3.74820243681321E+00 3.74820243681321E+00 0.00000000000000E+00 3.74820243681321E+00 3.74820243681321E+00 3.74820243681321E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05317153297249E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30075872066112E+00 5.30075872066112E+00 5.30075872066112E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -9.23349769167231E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.23349769167253E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -9.23349769167215E-06 Total energy (etotal) [Ha]= -2.09799651556223E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.26189E-04 Relative =-6.01490E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 24, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979980030496 -2.098E+00 1.222E-10 1.195E-05 ETOT 2 -2.0979980082091 -5.160E-09 1.111E-14 7.286E-07 ETOT 3 -2.0979980085602 -3.511E-10 7.179E-12 5.321E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 3.511E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 6.20430744E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 6.20430744E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.20430744E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 24, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7523071, 3.7523071, ] - [ 3.7523071, 0.0000000, 3.7523071, ] - [ 3.7523071, 3.7523071, 0.0000000, ] lattice_lengths: [ 5.30656, 5.30656, 5.30656, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0566353E+02 convergence: {deltae: -3.511E-10, res2: 5.321E-10, residm: 7.179E-12, diffor: null, } etotal : -2.09799801E+00 entropy : 0.00000000E+00 fermie : 2.92206813E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 6.20430744E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 6.20430744E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.20430744E-07, ] pressure_GPa: -1.8254E-02 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91102942 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50461423870264E+00 7.50461423870264E+00 7.50461423870264E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75230711935132E+00 3.75230711935132E+00 3.75230711935132E+00 0.00000000000000E+00 3.75230711935132E+00 3.75230711935132E+00 3.75230711935132E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05663532982822E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30656361837576E+00 5.30656361837576E+00 5.30656361837576E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 6.20430743681559E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.20430743681233E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 6.20430743681287E-07 Total energy (etotal) [Ha]= -2.09799800856017E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.49300E-06 Relative =-7.11630E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 24, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0979980153839 -2.098E+00 5.313E-13 4.718E-08 ETOT 2 -2.0979980154043 -2.034E-11 4.376E-17 2.875E-09 ETOT 3 -2.0979980154057 -1.379E-12 2.829E-14 2.107E-12 At SCF step 3, etot is converged : for the second time, diff in etot= 1.379E-12 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.85715318E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.85715318E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.85715318E-09 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 24, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7520479, 3.7520479, ] - [ 3.7520479, 0.0000000, 3.7520479, ] - [ 3.7520479, 3.7520479, 0.0000000, ] lattice_lengths: [ 5.30620, 5.30620, 5.30620, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0564163E+02 convergence: {deltae: -1.379E-12, res2: 2.107E-12, residm: 2.829E-14, diffor: null, } etotal : -2.09799802E+00 entropy : 0.00000000E+00 fermie : 2.92283641E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.85715318E-09, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.85715318E-09, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.85715318E-09, ] pressure_GPa: -5.4639E-05 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91092551 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.50409576161691E+00 7.50409576161691E+00 7.50409576161691E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.75204788080845E+00 3.75204788080845E+00 3.75204788080845E+00 0.00000000000000E+00 3.75204788080845E+00 3.75204788080845E+00 3.75204788080845E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05641634321246E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30619699971255E+00 5.30619699971255E+00 5.30619699971255E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.85715317571004E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.85715317581846E-09 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.85715317576425E-09 Total energy (etotal) [Ha]= -2.09799801540567E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.84550E-09 Relative =-3.26287E-09 At Broyd/MD step 5, gradients are converged : max grad (force/stress) = 1.8572E-07 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 12.915E-15; max= 28.288E-15 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.504095761617 7.504095761617 7.504095761617 bohr = 3.970996448124 3.970996448124 3.970996448124 angstroms prteigrs : about to open file tbase4_3o_DS24_EIG Fermi (or HOMO) energy (hartree) = 0.29228 Average Vxc (hartree)= -0.34970 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 3, wtk= 0.09375, kpt= -0.1250 -0.2500 0.0000 (reduced coord) -0.07230 0.49095 0.62484 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 24, itime: 5, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76130564025524E-01 hartree : 4.23896097078377E-03 xc : -8.14033810633395E-01 Ewald energy : -2.74941578424988E+00 psp_core : 3.87079600267295E-02 local_psp : 9.62312886142498E-02 non_local_psp : 4.51088408525840E-01 internal : -2.09705241272015E+00 '-kT*entropy' : -9.45602685518558E-04 total_energy : -2.09799801540567E+00 total_energy_eV : -5.70894293347218E+01 band_energy : 3.71264793468065E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.85715318E-09 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.85715318E-09 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.85715318E-09 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -5.4639E-05 GPa] - sigma(1 1)= 5.46393236E-05 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.46393236E-05 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.46393236E-05 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 31 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 31, } dimensions: {natom: 1, nkpt: 28, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 94, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 24. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS24_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 31, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980969768979 -2.098E+00 1.781E-03 9.400E-04 ETOT 2 -2.0980974838728 -5.070E-07 2.371E-09 5.572E-05 ETOT 3 -2.0980975183719 -3.450E-08 1.616E-09 8.151E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.450E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.10104053E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.10104053E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.10104053E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 31, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -3.450E-08, res2: 8.151E-08, residm: 1.616E-09, diffor: null, } etotal : -2.09809752E+00 entropy : 0.00000000E+00 fermie : 2.73138761E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.10104053E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.10104053E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.10104053E-04, ] pressure_GPa: -3.2394E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92980429 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.10104052571588E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.10104052571588E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.10104052571588E-04 Total energy (etotal) [Ha]= -2.09809751837189E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 31, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982037505785 -2.098E+00 3.127E-07 9.934E-05 ETOT 2 -2.0982037943043 -4.373E-08 4.628E-11 6.140E-06 ETOT 3 -2.0982037973709 -3.067E-09 9.423E-11 4.454E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 3.067E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.57269273E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.57269273E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.57269273E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 31, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7874481, 3.7874481, ] - [ 3.7874481, 0.0000000, 3.7874481, ] - [ 3.7874481, 3.7874481, 0.0000000, ] lattice_lengths: [ 5.35626, 5.35626, 5.35626, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0866009E+02 convergence: {deltae: -3.067E-09, res2: 4.454E-09, residm: 9.423E-11, diffor: null, } etotal : -2.09820380E+00 entropy : 0.00000000E+00 fermie : 2.76713649E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.57269273E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.57269273E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.57269273E-05, ] pressure_GPa: -2.5222E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92462242 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57489627601368E+00 7.57489627601368E+00 7.57489627601368E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78744813800684E+00 3.78744813800684E+00 3.78744813800684E+00 0.00000000000000E+00 3.78744813800684E+00 3.78744813800684E+00 3.78744813800684E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08660094844500E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35626052355400E+00 5.35626052355400E+00 5.35626052355400E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.57269272981897E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57269272981896E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57269272981896E-05 Total energy (etotal) [Ha]= -2.09820379737085E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.06279E-04 Relative =-5.06537E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 31, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983508399595 -2.098E+00 4.672E-06 1.129E-03 ETOT 2 -2.0983513110072 -4.710E-07 5.738E-11 6.865E-05 ETOT 3 -2.0983513434563 -3.245E-08 9.597E-10 4.983E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.245E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -6.47078357E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -6.47078357E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -6.47078357E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 31, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7452101, 3.7452101, ] - [ 3.7452101, 0.0000000, 3.7452101, ] - [ 3.7452101, 3.7452101, 0.0000000, ] lattice_lengths: [ 5.29653, 5.29653, 5.29653, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0506512E+02 convergence: {deltae: -3.245E-08, res2: 4.983E-08, residm: 9.597E-10, diffor: null, } etotal : -2.09835134E+00 entropy : 0.00000000E+00 fermie : 2.88945406E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -6.47078357E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -6.47078357E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -6.47078357E-06, ] pressure_GPa: 1.9038E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91308131 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49042018403902E+00 7.49042018403902E+00 7.49042018403902E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74521009201951E+00 3.74521009201951E+00 3.74521009201951E+00 0.00000000000000E+00 3.74521009201951E+00 3.74521009201951E+00 3.74521009201951E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05065117516770E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29652690607058E+00 5.29652690607058E+00 5.29652690607058E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -6.47078356825521E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.47078356825516E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.47078356825538E-06 Total energy (etotal) [Ha]= -2.09835134345628E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.47546E-04 Relative =-7.03177E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 31, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983520906689 -2.098E+00 9.354E-09 6.052E-06 ETOT 2 -2.0983520932313 -2.562E-09 4.312E-13 3.707E-07 ETOT 3 -2.0983520934081 -1.768E-10 5.375E-12 2.359E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.768E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.73075077E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.73075077E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.73075077E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 31, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7480831, 3.7480831, ] - [ 3.7480831, 0.0000000, 3.7480831, ] - [ 3.7480831, 3.7480831, 0.0000000, ] lattice_lengths: [ 5.30059, 5.30059, 5.30059, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0530710E+02 convergence: {deltae: -1.768E-10, res2: 2.359E-10, residm: 5.375E-12, diffor: null, } etotal : -2.09835209E+00 entropy : 0.00000000E+00 fermie : 2.88102738E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.73075077E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.73075077E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.73075077E-07, ] pressure_GPa: -8.0341E-03 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91423556 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49616622379757E+00 7.49616622379757E+00 7.49616622379757E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74808311189879E+00 3.74808311189879E+00 3.74808311189879E+00 0.00000000000000E+00 3.74808311189879E+00 3.74808311189879E+00 3.74808311189879E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05307095227723E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30058996974882E+00 5.30058996974882E+00 5.30058996974882E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.73075076689131E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.73075076689022E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.73075076689239E-07 Total energy (etotal) [Ha]= -2.09835209340807E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.49952E-07 Relative =-3.57400E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.7308E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 17.639E-13; max= 53.748E-13 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.496166223798 7.496166223798 7.496166223798 bohr = 3.966800317436 3.966800317436 3.966800317436 angstroms prteigrs : about to open file tbase4_3o_DS31_EIG Fermi (or HOMO) energy (hartree) = 0.28810 Average Vxc (hartree)= -0.35005 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10451 0.58898 0.67133 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 31, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76160619723475E-01 hartree : 4.19647806416190E-03 xc : -8.14766591267440E-01 Ewald energy : -2.75232415044552E+00 psp_core : 3.88309272952830E-02 local_psp : 9.82174496018966E-02 non_local_psp : 4.51275162207907E-01 internal : -2.09841010482024E+00 '-kT*entropy' : 5.80114121753727E-05 total_energy : -2.09835209340807E+00 total_energy_eV : -5.70990642871614E+01 band_energy : 3.72420807954430E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.73075077E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.73075077E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.73075077E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.0341E-03 GPa] - sigma(1 1)= 8.03414478E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.03414478E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.03414478E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 32 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 32, } dimensions: {natom: 1, nkpt: 28, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 94, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 2.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 31. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS31_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 32, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980651723619 -2.098E+00 1.770E-07 1.262E-03 ETOT 2 -2.0980658348102 -6.624E-07 8.773E-11 7.930E-05 ETOT 3 -2.0980658819159 -4.711E-08 2.204E-09 3.387E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.711E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.09944733E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.09944733E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.09944733E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 32, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -4.711E-08, res2: 3.387E-08, residm: 2.204E-09, diffor: null, } etotal : -2.09806588E+00 entropy : 0.00000000E+00 fermie : 2.74189293E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.09944733E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.09944733E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.09944733E-04, ] pressure_GPa: -3.2347E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92975873 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.09944732558606E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.09944732558606E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.09944732558606E-04 Total energy (etotal) [Ha]= -2.09806588191595E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 32, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981718838778 -2.098E+00 3.096E-07 9.996E-05 ETOT 2 -2.0981719279314 -4.405E-08 4.515E-11 6.192E-06 ETOT 3 -2.0981719310336 -3.102E-09 9.598E-11 4.281E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 3.102E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.57652214E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.57652214E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.57652214E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 32, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7874663, 3.7874663, ] - [ 3.7874663, 0.0000000, 3.7874663, ] - [ 3.7874663, 3.7874663, 0.0000000, ] lattice_lengths: [ 5.35629, 5.35629, 5.35629, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0866166E+02 convergence: {deltae: -3.102E-09, res2: 4.281E-09, residm: 9.598E-11, diffor: null, } etotal : -2.09817193E+00 entropy : 0.00000000E+00 fermie : 2.77766998E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.57652214E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.57652214E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.57652214E-05, ] pressure_GPa: -2.5233E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92455728 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57493260097664E+00 7.57493260097664E+00 7.57493260097664E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78746630048832E+00 3.78746630048832E+00 3.78746630048832E+00 0.00000000000000E+00 3.78746630048832E+00 3.78746630048832E+00 3.78746630048832E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08661658070994E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35628620918163E+00 5.35628620918163E+00 5.35628620918163E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.57652214217005E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57652214217007E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.57652214217007E-05 Total energy (etotal) [Ha]= -2.09817193103355E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.06049E-04 Relative =-5.05449E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 32, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983202970076 -2.098E+00 4.198E-06 1.155E-03 ETOT 2 -2.0983207790847 -4.821E-07 6.421E-11 7.037E-05 ETOT 3 -2.0983208124357 -3.335E-08 9.937E-10 4.859E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.335E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -6.34859611E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -6.34859611E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -6.34859611E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 32, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7449353, 3.7449353, ] - [ 3.7449353, 0.0000000, 3.7449353, ] - [ 3.7449353, 3.7449353, 0.0000000, ] lattice_lengths: [ 5.29614, 5.29614, 5.29614, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0504199E+02 convergence: {deltae: -3.335E-08, res2: 4.859E-08, residm: 9.937E-10, diffor: null, } etotal : -2.09832081E+00 entropy : 0.00000000E+00 fermie : 2.90127787E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -6.34859611E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -6.34859611E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -6.34859611E-06, ] pressure_GPa: 1.8678E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91281530 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.48987059437334E+00 7.48987059437334E+00 7.48987059437334E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74493529718667E+00 3.74493529718667E+00 3.74493529718667E+00 0.00000000000000E+00 3.74493529718667E+00 3.74493529718667E+00 3.74493529718667E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05041992592622E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29613828749110E+00 5.29613828749110E+00 5.29613828749110E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -6.34859610660146E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.34859610660146E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.34859610660151E-06 Total energy (etotal) [Ha]= -2.09832081243567E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.48881E-04 Relative =-7.09552E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 32, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983215366546 -2.098E+00 1.001E-08 5.969E-06 ETOT 2 -2.0983215391857 -2.531E-09 4.936E-13 3.664E-07 ETOT 3 -2.0983215393609 -1.753E-10 5.364E-12 2.211E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.753E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.85662788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.85662788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.85662788E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 32, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7477755, 3.7477755, ] - [ 3.7477755, 0.0000000, 3.7477755, ] - [ 3.7477755, 3.7477755, 0.0000000, ] lattice_lengths: [ 5.30015, 5.30015, 5.30015, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0528117E+02 convergence: {deltae: -1.753E-10, res2: 2.211E-10, residm: 5.364E-12, diffor: null, } etotal : -2.09832154E+00 entropy : 0.00000000E+00 fermie : 2.89290668E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.85662788E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.85662788E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.85662788E-07, ] pressure_GPa: -8.4045E-03 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91396169 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49555092204844E+00 7.49555092204844E+00 7.49555092204844E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74777546102422E+00 3.74777546102422E+00 3.74777546102422E+00 0.00000000000000E+00 3.74777546102422E+00 3.74777546102422E+00 3.74777546102422E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05281165844809E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30015488570953E+00 5.30015488570953E+00 5.30015488570953E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.85662787596170E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.85662787596224E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.85662787596387E-07 Total energy (etotal) [Ha]= -2.09832153936093E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.26925E-07 Relative =-3.46432E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.8566E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 17.533E-13; max= 53.637E-13 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.495550922048 7.495550922048 7.495550922048 bohr = 3.966474713774 3.966474713774 3.966474713774 angstroms prteigrs : about to open file tbase4_3o_DS32_EIG Fermi (or HOMO) energy (hartree) = 0.28929 Average Vxc (hartree)= -0.35009 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10449 0.58910 0.67147 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 32, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76198818101223E-01 hartree : 4.15737665048277E-03 xc : -8.14793470469109E-01 Ewald energy : -2.75255008578792E+00 psp_core : 3.88404908480292E-02 local_psp : 9.85177762159666E-02 non_local_psp : 4.51245282181852E-01 internal : -2.09838381225948E+00 '-kT*entropy' : 6.22728985457944E-05 total_energy : -2.09832153936093E+00 total_energy_eV : -5.70982328692564E+01 band_energy : 3.72616098124346E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.85662788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.85662788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.85662788E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.4045E-03 GPa] - sigma(1 1)= 8.40448796E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.40448796E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.40448796E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 33 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 33, } dimensions: {natom: 1, nkpt: 28, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 94, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 3.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 32. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS32_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 33, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0980820590523 -2.098E+00 1.771E-07 1.274E-03 ETOT 2 -2.0980827263879 -6.673E-07 8.822E-11 8.003E-05 ETOT 3 -2.0980827738707 -4.748E-08 2.222E-09 3.418E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.748E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.07889988E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.07889988E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.07889988E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 33, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -4.748E-08, res2: 3.418E-08, residm: 2.222E-09, diffor: null, } etotal : -2.09808277E+00 entropy : 0.00000000E+00 fermie : 2.75610841E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.07889988E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.07889988E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.07889988E-04, ] pressure_GPa: -3.1742E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92984921 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.07889988143484E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.07889988143484E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.07889988143484E-04 Total energy (etotal) [Ha]= -2.09808277387073E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 33, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981849254374 -2.098E+00 2.787E-07 9.651E-05 ETOT 2 -2.0981849680771 -4.264E-08 4.010E-11 5.979E-06 ETOT 3 -2.0981849710806 -3.003E-09 9.286E-11 4.097E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 3.003E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.42965472E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.42965472E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.42965472E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 33, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7877005, 3.7877005, ] - [ 3.7877005, 0.0000000, 3.7877005, ] - [ 3.7877005, 3.7877005, 0.0000000, ] lattice_lengths: [ 5.35662, 5.35662, 5.35662, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0868182E+02 convergence: {deltae: -3.003E-09, res2: 4.097E-09, residm: 9.286E-11, diffor: null, } etotal : -2.09818497E+00 entropy : 0.00000000E+00 fermie : 2.79120813E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.42965472E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.42965472E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.42965472E-05, ] pressure_GPa: -2.4801E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92472843 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57540108270329E+00 7.57540108270329E+00 7.57540108270329E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78770054135164E+00 3.78770054135164E+00 3.78770054135164E+00 0.00000000000000E+00 3.78770054135164E+00 3.78770054135164E+00 3.78770054135164E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08681820289837E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35661747578741E+00 5.35661747578741E+00 5.35661747578741E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.42965472397339E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.42965472397338E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.42965472397337E-05 Total energy (etotal) [Ha]= -2.09818497108059E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.02197E-04 Relative =-4.87086E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 33, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983294145265 -2.098E+00 1.181E-05 1.132E-03 ETOT 2 -2.0983298883350 -4.738E-07 7.023E-11 6.899E-05 ETOT 3 -2.0983299211383 -3.280E-08 9.767E-10 4.737E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.280E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -6.10113930E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -6.10113930E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -6.10113930E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 33, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7456360, 3.7456360, ] - [ 3.7456360, 0.0000000, 3.7456360, ] - [ 3.7456360, 3.7456360, 0.0000000, ] lattice_lengths: [ 5.29713, 5.29713, 5.29713, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0510097E+02 convergence: {deltae: -3.280E-08, res2: 4.737E-08, residm: 9.767E-10, diffor: null, } etotal : -2.09832992E+00 entropy : 0.00000000E+00 fermie : 2.91352775E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -6.10113930E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -6.10113930E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -6.10113930E-06, ] pressure_GPa: 1.7950E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91311860 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49127199564790E+00 7.49127199564790E+00 7.49127199564790E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74563599782395E+00 3.74563599782395E+00 3.74563599782395E+00 0.00000000000000E+00 3.74563599782395E+00 3.74563599782395E+00 3.74563599782395E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05100965651762E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29712922783551E+00 5.29712922783551E+00 5.29712922783551E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -6.10113929639820E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.10113929639836E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -6.10113929639831E-06 Total energy (etotal) [Ha]= -2.09832992113829E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.44950E-04 Relative =-6.90812E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 33, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0983305960236 -2.098E+00 7.969E-09 5.605E-06 ETOT 2 -2.0983305984077 -2.384E-09 4.147E-13 3.441E-07 ETOT 3 -2.0983305985728 -1.651E-10 5.047E-12 2.071E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.651E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.46317788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.46317788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.46317788E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 33, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7483876, 3.7483876, ] - [ 3.7483876, 0.0000000, 3.7483876, ] - [ 3.7483876, 3.7483876, 0.0000000, ] lattice_lengths: [ 5.30102, 5.30102, 5.30102, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0533276E+02 convergence: {deltae: -1.651E-10, res2: 2.071E-10, residm: 5.047E-12, diffor: null, } etotal : -2.09833060E+00 entropy : 0.00000000E+00 fermie : 2.90540726E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.46317788E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.46317788E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.46317788E-07, ] pressure_GPa: -7.2469E-03 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91423331 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49677521007768E+00 7.49677521007768E+00 7.49677521007768E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74838760503884E+00 3.74838760503884E+00 3.74838760503884E+00 0.00000000000000E+00 3.74838760503884E+00 3.74838760503884E+00 3.74838760503884E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05332762662662E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30102058807713E+00 5.30102058807713E+00 5.30102058807713E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 2.46317788356527E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.46317788356635E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 2.46317788356581E-07 Total energy (etotal) [Ha]= -2.09833059857283E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.77435E-07 Relative =-3.22845E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 2.4632E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 16.497E-13; max= 50.466E-13 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.496775210078 7.496775210078 7.496775210078 bohr = 3.967122579096 3.967122579096 3.967122579096 angstroms prteigrs : about to open file tbase4_3o_DS33_EIG Fermi (or HOMO) energy (hartree) = 0.29054 Average Vxc (hartree)= -0.35004 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10455 0.58883 0.67116 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 33, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.76136531979418E-01 hartree : 4.14369295011407E-03 xc : -8.14662840364352E-01 Ewald energy : -2.75210057062633E+00 psp_core : 3.88214649943352E-02 local_psp : 9.83001793066926E-02 non_local_psp : 4.51202217325776E-01 internal : -2.09815932443435E+00 '-kT*entropy' : -1.71274138483254E-04 total_energy : -2.09833059857283E+00 total_energy_eV : -5.70984793829489E+01 band_energy : 3.72437289553553E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.46317788E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.46317788E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.46317788E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -7.2469E-03 GPa] - sigma(1 1)= 7.24691831E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 7.24691831E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 7.24691831E-03 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 34 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 34, } dimensions: {natom: 1, nkpt: 28, mband: 3, nsppol: 1, nspinor: 1, nspden: 1, mpw: 94, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 3.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 1, iscf: 7, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 33. Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 3.8000000 3.8000000 G(1)= -0.1315789 0.1315789 0.1315789 R(2)= 3.8000000 0.0000000 3.8000000 G(2)= 0.1315789 -0.1315789 0.1315789 R(3)= 3.8000000 3.8000000 0.0000000 G(3)= 0.1315789 0.1315789 -0.1315789 Unit cell volume ucvol= 1.0974400E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 15 15 15 ecut(hartree)= 6.615 => boxcut(ratio)= 2.26154 getcut : COMMENT - Note that boxcut > 2.2 ; recall that boxcut=Gcut(box)/Gcut(sphere) = 2 is sufficient for exact treatment of convolution. Such a large boxcut is a waste : you could raise ecut e.g. ecut= 8.458196 Hartrees makes boxcut=2 -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file tbase4_3o_DS33_WFK _setup2: Arith. and geom. avg. npw (full set) are 89.361 89.328 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 34, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0981853393271 -2.098E+00 1.738E-07 1.244E-03 ETOT 2 -2.0981859894584 -6.501E-07 8.640E-11 7.821E-05 ETOT 3 -2.0981860357647 -4.631E-08 2.170E-09 3.339E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 4.631E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.05150235E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.05150235E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.05150235E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 34, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.8000000, 3.8000000, ] - [ 3.8000000, 0.0000000, 3.8000000, ] - [ 3.8000000, 3.8000000, 0.0000000, ] lattice_lengths: [ 5.37401, 5.37401, 5.37401, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0974400E+02 convergence: {deltae: -4.631E-08, res2: 3.339E-08, residm: 2.170E-09, diffor: null, } etotal : -2.09818604E+00 entropy : 0.00000000E+00 fermie : 2.76631916E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.05150235E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.05150235E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.05150235E-04, ] pressure_GPa: -3.0936E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.93006055 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.60000000000000E+00 7.60000000000000E+00 7.60000000000000E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 3.80000000000000E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.09744000000000E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.37401153701776E+00 5.37401153701776E+00 5.37401153701776E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.05150235105580E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.05150235105580E-04 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.05150235105580E-04 Total energy (etotal) [Ha]= -2.09818603576470E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 34, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0982830693964 -2.098E+00 2.419E-07 9.158E-05 ETOT 2 -2.0982831098704 -4.047E-08 3.416E-11 5.675E-06 ETOT 3 -2.0982831127225 -2.852E-09 8.820E-11 3.878E-09 At SCF step 3, etot is converged : for the second time, diff in etot= 2.852E-09 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 8.21527402E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 8.21527402E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.21527402E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 34, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7880129, 3.7880129, ] - [ 3.7880129, 0.0000000, 3.7880129, ] - [ 3.7880129, 3.7880129, 0.0000000, ] lattice_lengths: [ 5.35706, 5.35706, 5.35706, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0870871E+02 convergence: {deltae: -2.852E-09, res2: 3.878E-09, residm: 8.820E-11, diffor: null, } etotal : -2.09828311E+00 entropy : 0.00000000E+00 fermie : 2.80064260E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 8.21527402E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 8.21527402E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.21527402E-05, ] pressure_GPa: -2.4170E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.92506675 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.57602574639593E+00 7.57602574639593E+00 7.57602574639593E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.78801287319796E+00 3.78801287319796E+00 3.78801287319796E+00 0.00000000000000E+00 3.78801287319796E+00 3.78801287319796E+00 3.78801287319796E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.08708708048547E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.35705917972044E+00 5.35705917972044E+00 5.35705917972044E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 8.21527402098388E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.21527402098389E-05 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 8.21527402098387E-05 Total energy (etotal) [Ha]= -2.09828311272250E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.70770E-05 Relative =-4.62660E-05 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 34, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0984207259195 -2.098E+00 9.519E-07 1.076E-03 ETOT 2 -2.0984211772093 -4.513E-07 3.059E-11 6.561E-05 ETOT 3 -2.0984212084777 -3.127E-08 9.315E-10 4.502E-08 At SCF step 3, etot is converged : for the second time, diff in etot= 3.127E-08 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= -5.72137427E-06 sigma(3 2)= 0.00000000E+00 sigma(2 2)= -5.72137427E-06 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.72137427E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 34, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7469787, 3.7469787, ] - [ 3.7469787, 0.0000000, 3.7469787, ] - [ 3.7469787, 3.7469787, 0.0000000, ] lattice_lengths: [ 5.29903, 5.29903, 5.29903, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0521403E+02 convergence: {deltae: -3.127E-08, res2: 4.502E-08, residm: 9.315E-10, diffor: null, } etotal : -2.09842121E+00 entropy : 0.00000000E+00 fermie : 2.92034865E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ -5.72137427E-06, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, -5.72137427E-06, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.72137427E-06, ] pressure_GPa: 1.6833E-01 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91385820 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49395736715256E+00 7.49395736715256E+00 7.49395736715256E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74697868357628E+00 3.74697868357628E+00 3.74697868357628E+00 0.00000000000000E+00 3.74697868357628E+00 3.74697868357628E+00 3.74697868357628E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05214031759530E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.29902807223646E+00 5.29902807223646E+00 5.29902807223646E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] -5.72137427491101E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.72137427491080E-06 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.72137427491096E-06 Total energy (etotal) [Ha]= -2.09842120847769E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.38096E-04 Relative =-6.58115E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 34, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldfe: 1.00E-06, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -2.0984218119208 -2.098E+00 5.306E-09 4.952E-06 ETOT 2 -2.0984218140297 -2.109E-09 2.991E-13 3.040E-07 ETOT 3 -2.0984218141758 -1.462E-10 4.466E-12 1.835E-10 At SCF step 3, etot is converged : for the second time, diff in etot= 1.462E-10 < toldfe= 1.000E-06 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.68504170E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.68504170E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.68504170E-07 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 34, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 3.7495699, 3.7495699, ] - [ 3.7495699, 0.0000000, 3.7495699, ] - [ 3.7495699, 3.7495699, 0.0000000, ] lattice_lengths: [ 5.30269, 5.30269, 5.30269, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 1.0543246E+02 convergence: {deltae: -1.462E-10, res2: 1.835E-10, residm: 4.466E-12, diffor: null, } etotal : -2.09842181E+00 entropy : 0.00000000E+00 fermie : 2.91267692E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.68504170E-07, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.68504170E-07, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.68504170E-07, ] pressure_GPa: -4.9576E-03 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91491000 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Cartesian forces (fcart) [Ha/bohr]; max,rms= 0.00000E+00 0.00000E+00 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 Reduced forces (fred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 Scale of Primitive Cell (acell) [bohr] 7.49913981022561E+00 7.49913981022561E+00 7.49913981022561E+00 Real space primitive translations (rprimd) [bohr] 0.00000000000000E+00 3.74956990511281E+00 3.74956990511281E+00 3.74956990511281E+00 0.00000000000000E+00 3.74956990511281E+00 3.74956990511281E+00 3.74956990511281E+00 0.00000000000000E+00 Unitary Cell Volume (ucvol) [Bohr^3]= 1.05432464905820E+02 Angles (23,13,12)= [degrees] 6.00000000000000E+01 6.00000000000000E+01 6.00000000000000E+01 Lengths [Bohr] 5.30269261287653E+00 5.30269261287653E+00 5.30269261287653E+00 Stress tensor in cartesian coordinates (strten) [Ha/bohr^3] 1.68504170361915E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.68504170361915E-07 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 1.68504170362023E-07 Total energy (etotal) [Ha]= -2.09842181417584E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-6.05698E-07 Relative =-2.88645E-07 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 1.6850E-05 < tolmxf= 5.0000E-05 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 14.609E-13; max= 44.664E-13 reduced coordinates (array xred) for 1 atoms 0.000000000000 0.000000000000 0.000000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.499139810226 7.499139810226 7.499139810226 bohr = 3.968373871601 3.968373871601 3.968373871601 angstroms prteigrs : about to open file tbase4_3o_DS34_EIG Fermi (or HOMO) energy (hartree) = 0.29127 Average Vxc (hartree)= -0.34994 Eigenvalues (hartree) for nkpt= 28 k points: kpt# 1, nband= 3, wtk= 0.02778, kpt= -0.0833 -0.1667 0.0000 (reduced coord) -0.10468 0.58832 0.67057 occupation numbers for kpt# 1 2.00000 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 34, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 8.75788379910969E-01 hartree : 4.12720640366918E-03 xc : -8.14419540244759E-01 Ewald energy : -2.75123278877655E+00 psp_core : 3.87847534639155E-02 local_psp : 9.77170924451410E-02 non_local_psp : 4.51283629376787E-01 internal : -2.09795126742082E+00 '-kT*entropy' : -4.70546755017586E-04 total_energy : -2.09842181417584E+00 total_energy_eV : -5.71009614857364E+01 band_energy : 3.71873890133596E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.68504170E-07 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.68504170E-07 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.68504170E-07 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.9576E-03 GPa] - sigma(1 1)= 4.95756302E-03 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.95756302E-03 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 4.95756302E-03 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell11 7.5587697858E+00 7.5587697858E+00 7.5587697858E+00 Bohr acell12 7.5587703388E+00 7.5587703388E+00 7.5587703388E+00 Bohr acell13 7.5587703387E+00 7.5587703387E+00 7.5587703387E+00 Bohr acell14 7.5587717066E+00 7.5587717066E+00 7.5587717066E+00 Bohr acell21 7.5054865023E+00 7.5054865023E+00 7.5054865023E+00 Bohr acell22 7.5056434151E+00 7.5056434151E+00 7.5056434151E+00 Bohr acell23 7.5017559780E+00 7.5017559780E+00 7.5017559780E+00 Bohr acell24 7.5040957616E+00 7.5040957616E+00 7.5040957616E+00 Bohr acell31 7.4961662238E+00 7.4961662238E+00 7.4961662238E+00 Bohr acell32 7.4955509220E+00 7.4955509220E+00 7.4955509220E+00 Bohr acell33 7.4967752101E+00 7.4967752101E+00 7.4967752101E+00 Bohr acell34 7.4991398102E+00 7.4991398102E+00 7.4991398102E+00 Bohr amu 2.69815390E+01 dilatmx 1.05000000E+00 ecut 6.00000000E+00 Hartree ecutsm 5.00000000E-01 Hartree etotal11 -2.0916027819E+00 etotal12 -2.0931968906E+00 etotal13 -2.0947909992E+00 etotal14 -2.0963851177E+00 etotal21 -2.0969713557E+00 etotal22 -2.0975525286E+00 etotal23 -2.0978233735E+00 etotal24 -2.0979980154E+00 etotal31 -2.0983520934E+00 etotal32 -2.0983215394E+00 etotal33 -2.0983305986E+00 etotal34 -2.0984218142E+00 fcart11 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart12 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart13 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart14 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart21 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart22 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart23 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart24 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart31 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart32 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart33 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart34 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 - fftalg 312 getwfk -1 ionmov 2 jdtset 11 12 13 14 21 22 23 24 31 32 33 34 kpt11 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt12 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt13 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt14 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 kpt21 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt22 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt23 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt24 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -1.25000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 kpt31 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt32 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt33 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kpt34 -8.33333333E-02 -1.66666667E-01 0.00000000E+00 -8.33333333E-02 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -2.50000000E-01 0.00000000E+00 -8.33333333E-02 -2.50000000E-01 8.33333333E-02 -8.33333333E-02 5.00000000E-01 0.00000000E+00 -1.66666667E-01 -4.16666667E-01 0.00000000E+00 -8.33333333E-02 -4.16666667E-01 8.33333333E-02 -2.50000000E-01 -3.33333333E-01 0.00000000E+00 -1.66666667E-01 -3.33333333E-01 8.33333333E-02 -8.33333333E-02 -3.33333333E-01 1.66666667E-01 -8.33333333E-02 3.33333333E-01 0.00000000E+00 -1.66666667E-01 4.16666667E-01 0.00000000E+00 -2.50000000E-01 5.00000000E-01 0.00000000E+00 -1.66666667E-01 5.00000000E-01 8.33333333E-02 -3.33333333E-01 -4.16666667E-01 0.00000000E+00 -2.50000000E-01 -4.16666667E-01 8.33333333E-02 -1.66666667E-01 -4.16666667E-01 1.66666667E-01 -8.33333333E-02 -4.16666667E-01 2.50000000E-01 -8.33333333E-02 1.66666667E-01 0.00000000E+00 -1.66666667E-01 2.50000000E-01 0.00000000E+00 -2.50000000E-01 3.33333333E-01 0.00000000E+00 -3.33333333E-01 4.16666667E-01 0.00000000E+00 -4.16666667E-01 5.00000000E-01 0.00000000E+00 -3.33333333E-01 5.00000000E-01 8.33333333E-02 -2.50000000E-01 5.00000000E-01 1.66666667E-01 -8.33333333E-02 0.00000000E+00 0.00000000E+00 -2.50000000E-01 0.00000000E+00 0.00000000E+00 -4.16666667E-01 0.00000000E+00 0.00000000E+00 kptrlatt11 2 -2 2 -2 2 2 -2 -2 2 kptrlatt12 2 -2 2 -2 2 2 -2 -2 2 kptrlatt13 2 -2 2 -2 2 2 -2 -2 2 kptrlatt14 2 -2 2 -2 2 2 -2 -2 2 kptrlatt21 4 -4 4 -4 4 4 -4 -4 4 kptrlatt22 4 -4 4 -4 4 4 -4 -4 4 kptrlatt23 4 -4 4 -4 4 4 -4 -4 4 kptrlatt24 4 -4 4 -4 4 4 -4 -4 4 kptrlatt31 6 -6 6 -6 6 6 -6 -6 6 kptrlatt32 6 -6 6 -6 6 6 -6 -6 6 kptrlatt33 6 -6 6 -6 6 6 -6 -6 6 kptrlatt34 6 -6 6 -6 6 6 -6 -6 6 kptrlen11 1.52000000E+01 kptrlen12 1.52000000E+01 kptrlen13 1.52000000E+01 kptrlen14 1.52000000E+01 kptrlen21 3.04000000E+01 kptrlen22 3.04000000E+01 kptrlen23 3.04000000E+01 kptrlen24 3.04000000E+01 kptrlen31 4.56000000E+01 kptrlen32 4.56000000E+01 kptrlen33 4.56000000E+01 kptrlen34 4.56000000E+01 P mkmem11 2 P mkmem12 2 P mkmem13 2 P mkmem14 2 P mkmem21 10 P mkmem22 10 P mkmem23 10 P mkmem24 10 P mkmem31 28 P mkmem32 28 P mkmem33 28 P mkmem34 28 natom 1 nband11 3 nband12 3 nband13 3 nband14 3 nband21 3 nband22 3 nband23 3 nband24 3 nband31 3 nband32 3 nband33 3 nband34 3 ndtset 12 ngfft 15 15 15 nkpt11 2 nkpt12 2 nkpt13 2 nkpt14 2 nkpt21 10 nkpt22 10 nkpt23 10 nkpt24 10 nkpt31 28 nkpt32 28 nkpt33 28 nkpt34 28 nstep 10 nsym 48 ntime 10 ntypat 1 occ11 2.000000 1.333333 0.000000 2.000000 0.000000 0.000000 occ12 2.000000 1.333333 0.000000 2.000000 0.000000 0.000000 occ13 2.000000 1.333333 0.000000 2.000000 0.000000 0.000000 occ14 2.000000 1.333331 0.000001 2.000000 0.000004 0.000000 occ21 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.985601 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.028796 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000002 0.000000 occ22 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.844595 0.000000 2.000000 0.000000 0.000000 2.000000 2.000001 0.000000 2.000000 0.222602 0.000001 2.000000 2.034519 0.001101 2.000000 0.000000 0.000000 2.000000 2.050900 0.000000 occ23 2.000000 0.000000 0.000000 2.000000 2.000002 0.000000 2.000000 0.000000 0.000000 2.000000 0.687952 0.000000 2.000000 0.000477 0.000000 2.000000 2.004439 0.000069 2.000000 0.278579 0.000519 2.000001 2.141482 0.005259 2.000000 0.000000 0.000000 2.000000 2.139572 0.000000 occ24 2.000000 0.000000 0.000000 2.000000 2.001045 0.000000 2.000000 0.000148 0.000000 2.000000 0.699213 0.000000 2.000000 0.003893 0.000000 2.000001 2.047819 0.001830 2.000001 0.370812 0.004002 2.000710 2.077451 0.001106 2.000000 0.000000 0.000000 2.000000 2.040464 0.000000 occ31 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.002043 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.001223 0.000000 2.000000 1.843825 0.000000 2.000000 2.000000 0.000000 2.000000 2.006183 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.123145 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.001407 0.000000 2.000000 2.000000 0.001615 2.000000 2.120975 0.000000 2.000000 0.553285 0.000000 2.000000 2.000989 0.000001 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 occ32 2.000000 0.000000 0.000000 2.000000 0.000067 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.202293 0.000000 2.000000 2.000393 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000111 0.000000 2.000000 1.481136 0.000000 2.000000 2.000000 0.000000 2.000000 2.139211 0.000000 2.000000 2.000000 0.000000 2.000000 0.000000 0.000000 2.000000 0.000226 0.000000 2.000000 1.786432 0.000000 2.000000 2.000150 0.000249 2.000000 0.000000 0.000000 2.000000 0.000001 0.000000 2.000000 2.120348 0.000000 2.000000 2.016997 0.000606 2.000000 1.990542 0.000000 2.000000 0.780492 0.003135 2.000000 2.114784 0.005093 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000001 0.000000 occ33 2.000000 0.000000 0.000000 2.000000 0.004025 0.000000 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.000000 0.000000 2.000000 0.419998 0.000000 2.000000 2.028182 0.000000 2.000000 0.000000 0.000000 2.000000 0.000096 0.000000 2.000000 0.059896 0.000000 2.000000 1.355172 0.000000 2.000000 2.000002 0.000000 2.000000 2.073501 0.000000 2.000000 2.000113 0.000000 2.000000 0.000013 0.000000 2.000000 0.004989 0.000000 2.000000 1.583338 0.000006 2.000001 2.019259 0.005050 2.000000 0.000000 0.000000 2.000000 0.001162 0.000000 2.000000 2.115044 0.000105 2.000042 2.108347 0.070270 2.000000 1.771666 0.000000 2.000001 0.881180 0.001851 2.001232 2.121241 0.000098 2.000000 0.000000 0.000000 2.000000 0.000000 0.000000 2.000000 2.002754 0.000000 occ34 2.000000 0.000000 0.000000 2.000000 0.003487 0.000000 2.000000 0.000000 0.000000 2.000000 0.000005 0.000000 2.000000 2.000059 0.000000 2.000000 0.550926 0.000000 2.000000 2.098974 0.000000 2.000000 0.000000 0.000000 2.000000 0.002372 0.000000 2.000000 0.172592 0.000006 2.000000 1.274711 0.000000 2.000000 2.000769 0.000000 2.000000 1.929116 0.000011 2.000002 2.006431 0.000000 2.000000 0.001016 0.000006 2.000000 0.001695 0.000145 2.000000 1.453035 0.000721 2.000606 2.084196 0.001511 2.000000 0.000000 0.000000 2.000000 0.005124 0.000000 2.000000 1.997534 0.002462 2.003824 2.140542 0.188953 2.000030 1.612124 0.000083 2.000429 0.917295 0.006275 2.022320 2.010292 0.026799 2.000000 0.000000 0.000000 2.000000 0.000038 0.000000 2.000000 2.033431 0.000000 occopt 4 optcell 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 225 strten11 2.1360636731E-08 2.1360636731E-08 2.1360636731E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten12 2.2007819734E-08 2.2007819734E-08 2.2007819734E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten13 2.2007813802E-08 2.2007813802E-08 2.2007813802E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten14 2.2010142815E-08 2.2010142815E-08 2.2010142815E-08 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten21 2.1746408350E-09 2.1746408351E-09 2.1746408351E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten22 1.8662925820E-09 1.8662925820E-09 1.8662925819E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten23 2.5924255245E-09 2.5924255244E-09 2.5924255243E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten24 1.8571531757E-09 1.8571531758E-09 1.8571531758E-09 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten31 2.7307507669E-07 2.7307507669E-07 2.7307507669E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten32 2.8566278760E-07 2.8566278760E-07 2.8566278760E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten33 2.4631778836E-07 2.4631778836E-07 2.4631778836E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten34 1.6850417036E-07 1.6850417036E-07 1.6850417036E-07 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 -1 0 0 -1 0 1 -1 1 0 1 0 0 1 0 -1 1 -1 0 0 1 -1 1 0 -1 0 0 -1 0 -1 1 -1 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 1 0 0 1 -1 0 1 0 -1 0 -1 1 1 -1 0 0 -1 0 0 1 -1 -1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 -1 0 0 0 0 -1 0 -1 0 0 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 0 0 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 1 0 -1 0 0 -1 0 1 -1 -1 0 1 0 0 1 0 -1 1 0 1 0 0 0 1 1 0 0 0 -1 0 0 0 -1 -1 0 0 1 0 -1 0 1 -1 0 0 -1 -1 0 1 0 -1 1 0 0 1 0 -1 0 0 -1 1 1 -1 0 0 1 0 0 1 -1 -1 1 0 -1 0 1 -1 0 0 -1 1 0 1 0 -1 1 0 0 1 -1 0 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 0 -1 0 1 -1 1 0 -1 0 0 1 0 -1 1 -1 0 1 1 -1 0 0 -1 1 0 -1 0 -1 1 0 0 1 -1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 -1 -1 0 0 0 -1 0 -1 1 0 -1 0 0 -1 0 1 1 -1 0 1 0 0 1 0 -1 0 0 1 0 1 0 1 0 0 0 0 -1 0 -1 0 -1 0 0 1 -1 0 0 -1 0 0 -1 1 -1 1 0 0 1 0 0 1 -1 0 0 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 -1 1 0 -1 0 1 -1 0 0 1 -1 0 1 0 -1 1 0 0 toldfe 1.00000000E-06 Hartree tsmear11 1.00000000E-02 Hartree tsmear12 2.00000000E-02 Hartree tsmear13 3.00000000E-02 Hartree tsmear14 4.00000000E-02 Hartree tsmear21 1.00000000E-02 Hartree tsmear22 2.00000000E-02 Hartree tsmear23 3.00000000E-02 Hartree tsmear24 4.00000000E-02 Hartree tsmear31 1.00000000E-02 Hartree tsmear32 2.00000000E-02 Hartree tsmear33 3.00000000E-02 Hartree tsmear34 4.00000000E-02 Hartree typat 1 wtk11 0.75000 0.25000 wtk12 0.75000 0.25000 wtk13 0.75000 0.25000 wtk14 0.75000 0.25000 wtk21 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk22 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk23 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk24 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.09375 0.18750 0.03125 0.03125 wtk31 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk32 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk33 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 wtk34 0.02778 0.02778 0.02778 0.05556 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.02778 0.02778 0.02778 0.05556 0.02778 0.05556 0.05556 0.05556 0.02778 0.02778 0.02778 0.02778 0.02778 0.05556 0.05556 0.00926 0.00926 0.00926 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [3] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - [4] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - And optionally: - - [5] A brief introduction to the ABINIT software package. - Z. Kristallogr. 220, 558-562 (2005). - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Comment: the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/sites/default/files/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenschaftverlag, - the licence allows the authors to put it on the Web). - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2005 - - Proc. 0 individual time (sec): cpu= 10.6 wall= 14.6 ================================================================================ Calculation completed. .Delivered 41 WARNINGs and 82 COMMENTs to log file. +Overall time at end (sec) : cpu= 10.6 wall= 14.6
From the output file, here is the evolution of acell:
acell11 7.5587661702E+00 7.5587661702E+00 7.5587661702E+00 Bohr acell12 7.5587696944E+00 7.5587696944E+00 7.5587696944E+00 Bohr acell13 7.5587696871E+00 7.5587696871E+00 7.5587696871E+00 Bohr acell14 7.5587710578E+00 7.5587710578E+00 7.5587710578E+00 Bohr acell21 7.5055168997E+00 7.5055168997E+00 7.5055168997E+00 Bohr acell22 7.5056781966E+00 7.5056781966E+00 7.5056781966E+00 Bohr acell23 7.5018335937E+00 7.5018335937E+00 7.5018335937E+00 Bohr acell24 7.5041510220E+00 7.5041510220E+00 7.5041510220E+00 Bohr acell31 7.4963466654E+00 7.4963466654E+00 7.4963466654E+00 Bohr acell32 7.4957099831E+00 7.4957099831E+00 7.4957099831E+00 Bohr acell33 7.4969520318E+00 7.4969520318E+00 7.4969520318E+00 Bohr acell34 7.4993529673E+00 7.4993529673E+00 7.4993529673E+00 Bohr
These data should be analyzed properly. For tsmear = 0.01, the converged value, contained in acell31, must be compared to acell11 and acell21: between acell21 and acell31, the difference is below 0.2%. acell31 can be considered to be converged with respect to the number of k-points, at fixed tsmear. This tsmear being the lowest one, it is usually the most difficult to converge, and the values acell31,32,33 and 34 are indeed well-converged with respect to the k-point number. The use of the largest tsmear = 0.04, giving acell34, induces only a small error in the lattice parameter. For that particular value of tsmear, one can use the second k-point grid, giving acell24.
Summary
So to summarize: we can choose to work with a 10 k-point grid in the irreducible Brillouin zone, and the associated tsmear = 0.04, with less than 0.1% error on the lattice parameter. Note that this error due to the Brillouin zone sampling could add to the error due to the choice of ecut (that was mentioned previously to be on the order of 0.2%).
In what follows, we will stick to these values of ecut and tsmear and try to use k-point grids with a similar resolution.
Our final value for the aluminum lattice parameter, in the LDA, using the 13al.981214.fhi pseudopotential, is thus 7.5041 Bohr.
Note
For historical reasons (consistency with older versions of the tutorial), we will work on the following, with a slightly different value, of 7.5056 Bohr, that is 3.9718 Angstrom. The experimental value at 25 degree Celsius is 4.04958 Angstrom.
The associated total energy and accuracy can be deduced from:
etotal11 -2.0916027819E+00 etotal12 -2.0931968906E+00 etotal13 -2.0947909992E+00 etotal14 -2.0963851177E+00 etotal21 -2.0969713557E+00 etotal22 -2.0975525285E+00 etotal23 -2.0978233733E+00 etotal24 -2.0979980153E+00 etotal31 -2.0983520905E+00 etotal32 -2.0983215368E+00 etotal33 -2.0983305960E+00 etotal34 -2.0984218116E+00
etotal 24 is -2.0979980153E+00 Ha, with an accuracy of 0.0005 Ha.
Tip
To analyze the convergence of the total energy, one can use the abicomp script
provide by AbiPy and the gsr
command that will start an interactive ipython session
so that we can interact directly with the AbiPy object.
To load all the GSR files produced by calculation, use the command
abicomp.py gsr tbase4_3o*GSR.nc
then, inside the ipython terminal, execute the plot_convergence
method of the GsrRobot
:
In [1]: robot.plot_convergence("energy", sortby="nkpt", hue="tsmear")
to produce this plot with the total energy in eV for different values of nkpt grouped by tsmear:
Surface energy of aluminum (100): changing the orientation of the unit cell¶
In order to study the Aluminum (100) surface, we will have to set up a supercell representing a slab.
This supercell should be chosen as to be compatible with the primitive surface unit cell.
The corresponding directions are [-1 1 0]
and [1 1 0]
. The direction perpendicular to the surface is [0 0 1]
.
There is no primitive cell of bulk aluminum based on these vectors, but a doubled cell.
We will first compute the total energy associated with this doubled cell.
This is not strictly needed, but it is a valuable intermediate step towards the study of the surface.
You might start from tbase4_3.in. You have to change rprim. Still, try to keep acell at the values of bulk aluminum that were determined previously. But it is not all: the most difficult part in the passage to this doubled cell is the definition of the k-point grid. Of course, one could just take a homogeneous simple cubic grid of k-points, but this will not correspond exactly to the k-point grid used in the primitive cell in tbase4_3.in. This would not be a big problem, but you would miss some error cancellation.
The answer to this problem is given in the input file $ABI_TESTS/tutorial/Input/tbase4_4.in.
# Crystalline aluminum # # A first step in the determination of the surface energy of aluminum : # changing the orientation of the cell. #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grids ngkpt 4 4 4 nshiftk 2 shiftk 0.5 0.0 0.5 0.0 0.5 0.5 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim 0.5 -0.5 0.0 # These values will define a cell with two atoms, 0.5 0.5 0.0 # non-primitive, with a different orientation 0.0 0.0 1.0 # than the primitive cell. chkprim 0 # This input variable allows to use non-primitive unit # cells. Please, do not use it in other cases, # you might miss a primitive cell, faster to handle. #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 2 # There are two atoms in this doubled cell typat 2*1 # These atoms are of type 1, that is, Aluminum xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.5 0.5 0.5 # Triplet giving the REDUCED coordinate of atom 2. #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldfe 1.0d-6 # This value is way too large for most realistic studies of materials pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_4.out, tolnlines= 7, tolabs= 2.008e-10, tolrel= 4.000e-06 #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum #%% #%% A first step in the determination of the surface energy of aluminum : #%% changing the orientation of the cell. #%% topics = UnitCell #%%<END TEST_INFO>
The procedure to do the exact translation of the k-point grid will not be explained here (sorry for this).
If you do not see how to do it, just use homogeneous simple cubic grids, with about the same resolution
as for the primitive cell case. There is a simple rule to estimate roughly whether two
grids for different cells have the same resolution: simply multiply the linear dimensions of the k-point grids,
by the number of sublattices, by the number of atoms in the cell.
For example, the corresponding product for the usual 10 k-point grid is 4x4x4 x 4 x 1 = 256
.
In the file tbase4_4.in, one has 4x4x4 x 2 x 2 = 256
.
The grids of k-points should not be too anisotropic for this rough estimation to be valid.
Note also the input variables rprim and chkprim in this input file.
Now run tbase4_4.in (the reference file is $ABI_TESTS/tutorial/Refs/tbase4_4.out). You should find the following total energy:
etotal -4.1962972610E+00
It is not exactly twice the total energy for the primitive cell, mentioned above, but the difference is less than 0.0005 Ha. It is due to the different FFT grids used in the two runs, and affect the exchange-correlation energy. These grids are always homogeneous primitive 3D grids, so that changing the orientation of the lattice will give mutually incompatible lattices. Increasing the size of the FFT grid would improve the agreement.
Surface energy: a (3 aluminum layer + 1 vacuum layer) slab calculation¶
We will first compute the total energy associated with only three layers of aluminum, separated by only one layer of vacuum. This is kind of a minimal slab:
- one surface layer
- one “bulk” layer
- one surface layer
- one vacuum layer
- …
It is convenient to take the vacuum region as having a multiple of the width of the aluminum layers, but this is not mandatory.
The supercell to use is the double of the previous cell (that had two layers of Aluminum atoms along the [0 0 1]
direction).
Of course, the relaxation of the surface might give an important contribution to the total energy.
You should start from tbase4_4.in.
You have to modify rprim (double the cell along [0 0 1]
), the atomic positions, as well as the k-point mesh.
For the latter, it is supposed that the electrons cannot propagate from one slab to its image in the [0 0 1]
direction,
so that the k_z component of the special k-points can be taken 0: only one layer of k-points is needed along the z-direction.
You should also allow the relaxation of atomic positions, but not the relaxation of lattice parameters
(the lattice parameters along x or y must be considered fixed to the bulk value, while, for the z direction,
there is no interest to allow the vacuum region to collapse!
The input file tbase4_5.in is an example,
# Crystalline aluminum # # Determination of the surface energy of aluminum : # a minimal slab. #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grid ngkpt 4 4 1 nshiftk 2 shiftk 0.5 0.0 0.0 0.0 0.5 0.0 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim 0.5 -0.5 0.0 # The lattice vector along the z direction 0.5 0.5 0.0 # is doubled with respect to previous run. 0.0 0.0 2.0 # #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 3 # Three atoms per cell: three aluminum layers and some vacuum typat 3*1 # These atoms are of type 1, that is, Aluminum xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.5 0.5 0.25 # Triplet giving the REDUCED coordinate of atom 2. 0.0 0.0 0.5 # Triplet giving the REDUCED coordinate of atom 3. # The z-coordinate of the vacuum layer is 0.75 . #The relaxation ionmov 2 tolmxf 5.0d-4 ntime 10 #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldff 5.0d-5 pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_5.out, tolnlines= 0, tolabs= 0.000e+00, tolrel= 0.000e+00, fld_options=-easy #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum #%% #%% Determination of the surface energy of aluminum : #%% a minimal slab. #%%<END TEST_INFO>
while tbase4_5.out is the reference output file.
.Version 9.0.0 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu9.2 computer) .Copyright (C) 1998-2020 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 24 Feb 2020. - ( at 16h44 ) - input file -> /home/gmatteo/git_repos/abinit/_abiref_gnu9.2_openmpi/tests/Test_suite/tutorial_tbase4_5/tbase4_5.in - output file -> tbase4_5.out - root for input files -> tbase4_5i - root for output files -> tbase4_5o Symmetries : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need of the present run intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 36 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 300 nfft = 5184 nkpt = 6 ================================================================================ P This job should need less than 2.911 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.194 Mbytes ; DEN or POT disk file : 0.042 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree - fftalg 312 ionmov 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 1.50111818E+01 P mkmem 6 natom 3 nband 7 ngfft 12 12 36 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 occopt 4 optforces 1 rprim 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 -1.4523384020E-17 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 -2.7445218320E-17 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 2.5000000000E-01 0.0000000000E+00 0.0000000000E+00 5.0000000000E-01 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 3, nkpt: 6, mband: 7, nsppol: 1, nspinor: 1, nspden: 1, mpw: 300, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 9.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 15.0111818 G(3)= 0.0000000 0.0000000 0.0666170 Unit cell volume ucvol= 4.2281917E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 36 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 3.68025494E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 294.000 293.954 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2045257341785 -6.205E+00 2.151E-03 1.072E+02 6.651E-03 6.651E-03 ETOT 2 -6.2611659199258 -5.664E-02 3.318E-05 5.681E-01 9.912E-03 3.262E-03 ETOT 3 -6.2617713938804 -6.055E-04 1.675E-05 4.177E-01 4.978E-04 2.764E-03 ETOT 4 -6.2619694610442 -1.981E-04 2.044E-05 8.805E-03 6.289E-05 2.827E-03 ETOT 5 -6.2619738260174 -4.365E-06 5.436E-07 9.053E-05 4.788E-05 2.779E-03 ETOT 6 -6.2619738807343 -5.472E-08 2.659E-06 7.564E-07 1.936E-06 2.781E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.936E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.52702368E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.52702368E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.65832618E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 15.0111818, ] lattice_lengths: [ 5.30725, 5.30725, 15.01118, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 4.2281917E+02 convergence: {deltae: -5.472E-08, res2: 7.564E-07, residm: 2.659E-06, diffor: 1.936E-06, } etotal : -6.26197388E+00 entropy : 0.00000000E+00 fermie : 1.87022754E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.52702368E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.52702368E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.65832618E-04, ] pressure_GPa: -3.2988E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ 5.0000E-01, 5.0000E-01, 2.5000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.0000E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -2.78079347E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 2.78079347E-03, ] force_length_stats: {min: 0.00000000E+00, max: 2.78079347E-03, mean: 1.85386231E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87049146 2 2.00000 0.90265651 3 2.00000 0.87049146 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 -2.74452183202101E-17 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 5.00000000000000E-01 5.00000000000000E-01 2.50000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 5.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.78079E-03 1.31088E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.78079347121483E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 2.78079347121483E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 4.17429963446589E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -4.17429963446589E-02 Total energy (etotal) [Ha]= -6.26197388073434E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2619889447019 -6.262E+00 7.262E-07 2.390E-04 9.166E-05 2.689E-03 ETOT 2 -6.2619891055997 -1.609E-07 1.745E-07 2.081E-05 2.190E-06 2.691E-03 ETOT 3 -6.2619891169149 -1.132E-08 7.931E-09 7.497E-08 2.894E-06 2.694E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 2.894E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 3.60832010E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 3.60832010E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.67189730E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 15.0111818, ] lattice_lengths: [ 5.30725, 5.30725, 15.01118, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 4.2281917E+02 convergence: {deltae: -1.132E-08, res2: 7.497E-08, residm: 7.931E-09, diffor: 2.894E-06, } etotal : -6.26198912E+00 entropy : 0.00000000E+00 fermie : 1.87078317E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 3.60832010E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 3.60832010E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.67189730E-04, ] pressure_GPa: -3.3281E+00 xred : - [ 0.0000E+00, 0.0000E+00, -1.8525E-04, Al] - [ 5.0000E-01, 5.0000E-01, 2.5000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.0019E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -2.69421483E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -1.44560290E-19, ] - [ -0.00000000E+00, -0.00000000E+00, 2.69421483E-03, ] force_length_stats: {min: 1.44560290E-19, max: 2.69421483E-03, mean: 1.79614322E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87055007 2 2.00000 0.90227887 3 2.00000 0.87055007 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.78079347121483E-03 3.75279545000000E+00 -2.74452183202101E-17 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50837169347121E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.85248137572675E-04 5.00000000000000E-01 5.00000000000000E-01 2.50000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 5.00185248137573E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.69421E-03 1.27007E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.69421482980118E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.44560289664734E-19 -0.00000000000000E+00 -0.00000000000000E+00 2.69421482980118E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 4.04433486184015E-02 -0.00000000000000E+00 0.00000000000000E+00 2.17002078921798E-18 -0.00000000000000E+00 -0.00000000000000E+00 -4.04433486184016E-02 Total energy (etotal) [Ha]= -6.26198911691486E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.52362E-05 Relative =-2.43312E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2620668728779 -6.262E+00 2.574E-07 2.433E-01 2.811E-03 1.170E-04 ETOT 2 -6.2622157598863 -1.489E-04 1.734E-08 1.700E-02 8.930E-05 2.771E-05 ETOT 3 -6.2622250014076 -9.242E-06 8.916E-08 7.206E-05 7.669E-05 4.899E-05 ETOT 4 -6.2622250701665 -6.876E-08 1.040E-09 4.981E-06 2.693E-06 5.168E-05 ETOT 5 -6.2622250726286 -2.462E-09 3.904E-11 2.294E-07 4.079E-07 5.209E-05 At SCF step 5, forces are converged : for the second time, max diff in force= 4.079E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 5.87254725E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 5.87254725E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.11557837E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 15.0111818, ] lattice_lengths: [ 5.30725, 5.30725, 15.01118, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 4.2281917E+02 convergence: {deltae: -2.462E-09, res2: 2.294E-07, residm: 3.904E-11, diffor: 4.079E-07, } etotal : -6.26222507E+00 entropy : 0.00000000E+00 fermie : 1.88983074E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 5.87254725E-05, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 5.87254725E-05, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 3.11557837E-04, ] pressure_GPa: -4.2073E+00 xred : - [ 0.0000E+00, 0.0000E+00, -5.9499E-03, Al] - [ 5.0000E-01, 5.0000E-01, 2.5000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.0595E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -5.20880778E-05, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 5.20880778E-05, ] force_length_stats: {min: 0.00000000E+00, max: 5.20880778E-05, mean: 3.47253852E-05, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88832202 2 2.00000 0.89107435 3 2.00000 0.88832202 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -8.93154732309276E-02 3.75279545000000E+00 -2.74452183202101E-17 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.59490637323094E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -5.94992948729244E-03 5.00000000000000E-01 5.00000000000000E-01 2.50000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 5.05949929487293E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.20881E-05 2.45546E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.20880777775251E-05 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 5.20880777775251E-05 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 7.81903605130969E-04 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -7.81903605130969E-04 Total energy (etotal) [Ha]= -6.26222507262857E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.35956E-04 Relative =-3.76799E-05 At Broyd/MD step 3, gradients are converged : max grad (force/stress) = 5.2088E-05 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 54.881E-13; max= 39.039E-12 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.005949929487 0.500000000000 0.500000000000 0.250000000000 0.000000000000 0.000000000000 0.505949929487 rms dE/dt= 3.6859E-04; max dE/dt= 7.8190E-04; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000781903605 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 -0.000781903605 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.04726371280824 2 1.98589382064025 -0.00000000000000 1.98589382064025 3 0.00000000000000 0.00000000000000 4.01905135408875 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00005208807778 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00005208807778 frms,max,avg= 2.4554555E-05 5.2088078E-05 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00267847642704 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00267847642704 frms,max,avg= 1.2626459E-03 2.6784764E-03 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_5o_EIG Fermi (or HOMO) energy (hartree) = 0.18898 Average Vxc (hartree)= -0.31193 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.19299 -0.10479 -0.00963 0.16538 0.23944 0.29526 0.37433 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 1.79687 0.00013 0.00067 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, itime: 3, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 2.41542775852745E+00 hartree : 9.16766302348189E-01 xc : -2.32254151520946E+00 Ewald energy : -6.45275888587231E+00 psp_core : 8.70408728454554E-02 local_psp : -2.26832676681845E+00 non_local_psp : 1.36366221775756E+00 internal : -6.26073001642156E+00 '-kT*entropy' : -1.49505620701263E-03 total_energy : -6.26222507262857E+00 total_energy_eV : -1.70403810269013E+02 band_energy : 3.18955915112454E-01 ... rms coord change= 2.8048E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.005949929487 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.005949929487 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 5.87254725E-05 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 5.87254725E-05 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 3.11557837E-04 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.2073E+00 GPa] - sigma(1 1)= 1.72776276E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 1.72776276E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 9.16634648E+00 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree etotal -6.2622250726E+00 fcart -0.0000000000E+00 -0.0000000000E+00 -5.2088077778E-05 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 5.2088077778E-05 - fftalg 312 ionmov 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 1.50111818E+01 P mkmem 6 natom 3 nband 7 ngfft 12 12 36 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ 2.000000 2.000000 2.000000 1.796869 0.000126 0.000675 0.000000 2.000000 2.000000 2.000100 2.000875 2.140542 0.000032 0.001420 2.000000 2.000000 2.000001 1.412306 0.307382 0.005258 0.002554 2.000000 2.000000 2.000170 2.000177 2.141302 1.437214 0.000202 2.000000 2.000000 2.012020 2.051362 1.251342 0.004830 0.003147 2.000052 2.000111 2.141288 2.141552 0.061363 0.033330 0.002194 occopt 4 optforces 1 rprim 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 strten 5.8725472470E-05 5.8725472470E-05 3.1155783666E-04 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.5000000 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst 0.0000000000E+00 0.0000000000E+00 -4.7263712808E-02 1.9858938206E+00 -1.4523384020E-17 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0190513541E+00 xcart 0.0000000000E+00 0.0000000000E+00 -8.9315473231E-02 3.7527954500E+00 -2.7445218320E-17 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5949063732E+00 xred 0.0000000000E+00 0.0000000000E+00 -5.9499294873E-03 5.0000000000E-01 5.0000000000E-01 2.5000000000E-01 0.0000000000E+00 0.0000000000E+00 5.0594992949E-01 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [3] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - [4] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - And optionally: - - [5] A brief introduction to the ABINIT software package. - Z. Kristallogr. 220, 558-562 (2005). - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Comment: the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/sites/default/files/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenschaftverlag, - the licence allows the authors to put it on the Web). - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2005 - - Proc. 0 individual time (sec): cpu= 5.4 wall= 7.4 ================================================================================ Calculation completed. .Delivered 1 WARNINGs and 1 COMMENTs to log file. +Overall time at end (sec) : cpu= 5.4 wall= 7.4
The run might last one minute.
The total energy after the first SCF cycle, when the atomic positions are equal to their starting values, is:
ETOT 6 -6.2619738807344
The total energy of three aluminum atoms in the bulk, (from section 4.3, etotal24 multiplied by three) is -6.293994 Ha. Comparing the non-relaxed slab energy and the bulk energy, one obtains the non-relaxed surface energy, per surface unit cell (there are two surfaces in our simulation cell!), namely 0.016010 Ha = 0.436 eV.
The total energy after the Broyden relaxation is:
etotal -6.2622251508E+00
The relaxed surface energy, per surface unit cell, is obtained by comparing the bulk energy and the relaxed slab energy, and gives 0.015885 Ha = 0.432eV. It seems that the relaxation energy is very small, compared to the surface energy, but we need to do the convergence studies.
Surface energy: increasing the number of vacuum layers¶
One should now increase the number of vacuum layers: 2 and 3 layers instead of only 1. It is preferable to define atomic positions in Cartesian coordinates. The same coordinates will work for both 2 and 3 vacuum layers, while this is not the case for reduced coordinates, as the cell size increases.
The input file tbase4_6.in is an example input file,
# Crystalline aluminum : computation of the total energy # # Determination of the surface energy of aluminum : # convergence with respect to the number of vacuum layers. ndtset 2 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim1 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 2.5 rprim2 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 3.0 #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grid ngkpt 4 4 1 nshiftk 2 shiftk 0.5 0.0 0.0 0.0 0.5 0.0 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms natom 3 # Three atoms per cell: three aluminum layers and some vacuum typat 3*1 # These atoms are of type 1, that is, Aluminum xcart 3*0.0 # Triplet giving the CARTESIAN coordinates of atom 1. 0.0 2*3.75279545 # Triplet giving the CARTESIAN coordinates of atom 2. 2*0.0 7.5055909 # Triplet giving the CARTESIAN coordinates of atom 3. #The relaxation ionmov 2 tolmxf 5.0d-4 ntime 10 #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 6 # Maximal number of SCF cycles toldff 5.0d-5 pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_6.out, tolnlines= 0, tolabs= 1.010e-06, tolrel= 3.000e-04, fld_options = -easy #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : computation of the total energy #%% #%% Determination of the surface energy of aluminum : #%% convergence with respect to the number of vacuum layers. #%%<END TEST_INFO>
while tbase4_6.out is the reference output file.
.Version 9.0.0 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu9.2 computer) .Copyright (C) 1998-2020 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 24 Feb 2020. - ( at 16h44 ) - input file -> /home/gmatteo/git_repos/abinit/_abiref_gnu9.2_openmpi/tests/Test_suite/tutorial_tbase4_6/tbase4_6.in - output file -> tbase4_6.out - root for input files -> tbase4_6i - root for output files -> tbase4_6o DATASET 1 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 45 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 378 nfft = 6480 nkpt = 6 ================================================================================ P This job should need less than 3.338 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.244 Mbytes ; DEN or POT disk file : 0.051 Mbytes. ================================================================================ DATASET 2 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 2. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 50 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 452 nfft = 7200 nkpt = 6 ================================================================================ P This job should need less than 3.604 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.292 Mbytes ; DEN or POT disk file : 0.057 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree - fftalg 312 ionmov 2 jdtset 1 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom 3 nband 7 ndtset 2 ngfft1 12 12 45 ngfft2 12 12 50 nkpt 6 nstep 6 nsym 16 ntime 10 ntypat 1 occ 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 xred1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0000000000E-01 xred2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 1.6666666667E-01 0.0000000000E+00 0.0000000000E+00 3.3333333333E-01 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: Checking input parameters for consistency, jdtset= 2. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 3, nkpt: 6, mband: 7, nsppol: 1, nspinor: 1, nspden: 1, mpw: 378, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 9.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 18.7639773 G(3)= 0.0000000 0.0000000 0.0532936 Unit cell volume ucvol= 5.2852396E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 45 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 3.68025494E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 368.000 367.927 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.1846364989286 -6.185E+00 3.666E-03 1.838E+02 8.953E-03 8.953E-03 ETOT 2 -6.2521492343494 -6.751E-02 1.034E-04 4.255E+00 1.309E-02 4.135E-03 ETOT 3 -6.2525121630803 -3.629E-04 3.030E-05 5.771E+00 6.217E-04 3.514E-03 ETOT 4 -6.2536785672156 -1.166E-03 1.709E-05 1.229E+00 4.971E-04 4.011E-03 ETOT 5 -6.2539515585248 -2.730E-04 1.182E-05 6.075E-03 2.446E-04 4.255E-03 ETOT 6 -6.2539524271718 -8.686E-07 1.587E-07 1.348E-05 5.493E-05 4.310E-03 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.31021328E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.31021328E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.45795526E-05 sigma(2 1)= 0.00000000E+00 scprqt: WARNING - nstep= 6 was not enough SCF cycles to converge; maximum force difference= 5.493E-05 exceeds toldff= 5.000E-05 --- !ResultsGS iteration_state: {dtset: 1, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 18.7639772, ] lattice_lengths: [ 5.30725, 5.30725, 18.76398, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 5.2852396E+02 convergence: {deltae: -8.686E-07, res2: 1.348E-05, residm: 1.587E-07, diffor: 5.493E-05, } etotal : -6.25395243E+00 entropy : 0.00000000E+00 fermie : 1.10769425E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.31021328E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.31021328E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.45795526E-05, ] pressure_GPa: -2.0346E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ -5.0000E-01, 5.0000E-01, 2.0000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 4.0000E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -4.31029898E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 4.31029898E-03, ] force_length_stats: {min: 0.00000000E+00, max: 4.31029898E-03, mean: 2.87353265E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87346079 2 2.00000 0.90558124 3 2.00000 0.87346079 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.31030E-03 2.03189E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.31029897784994E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.31029897784994E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 8.08783519610746E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -8.08783519610746E-02 Total energy (etotal) [Ha]= -6.25395242717181E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2539882970064 -6.254E+00 2.025E-09 1.406E-03 1.090E-04 4.201E-03 ETOT 2 -6.2539890413891 -7.444E-07 3.576E-11 2.090E-04 1.177E-05 4.190E-03 ETOT 3 -6.2539891027157 -6.133E-08 3.206E-10 2.145E-05 7.145E-06 4.197E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 7.145E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.32141173E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.32141173E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.34888465E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 18.7639772, ] lattice_lengths: [ 5.30725, 5.30725, 18.76398, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 5.2852396E+02 convergence: {deltae: -6.133E-08, res2: 2.145E-05, residm: 3.206E-10, diffor: 7.145E-06, } etotal : -6.25398910E+00 entropy : 0.00000000E+00 fermie : 1.10760249E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.32141173E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.32141173E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.34888465E-05, ] pressure_GPa: -2.0673E+00 xred : - [ 0.0000E+00, 0.0000E+00, -2.2971E-04, Al] - [ -5.0000E-01, 5.0000E-01, 2.0000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 4.0023E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -4.19665105E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 4.19665105E-03, ] force_length_stats: {min: 0.00000000E+00, max: 4.19665105E-03, mean: 2.79776737E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87359684 2 2.00000 0.90495017 3 2.00000 0.87359684 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -4.31029897784994E-03 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50990119897785E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.29711373043257E-04 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00229711373043E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.19665E-03 1.97832E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.19665105215433E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.19665105215433E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 7.87458648688124E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -7.87458648688124E-02 Total energy (etotal) [Ha]= -6.25398910271573E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.66755E-05 Relative =-5.86436E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2541374771168 -6.254E+00 5.842E-07 1.128E+00 4.038E-03 1.586E-04 ETOT 2 -6.2546664832185 -5.290E-04 7.436E-08 9.796E-02 1.127E-05 1.474E-04 ETOT 3 -6.2546948261001 -2.834E-05 1.749E-07 9.957E-03 1.302E-04 2.775E-04 ETOT 4 -6.2546948682890 -4.219E-08 7.250E-09 8.170E-03 1.232E-05 2.899E-04 ETOT 5 -6.2546964166032 -1.548E-06 1.702E-08 1.387E-03 1.333E-05 3.032E-04 At SCF step 5, forces are converged : for the second time, max diff in force= 1.333E-05 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70026297E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70026297E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.11640071E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 18.7639772, ] lattice_lengths: [ 5.30725, 5.30725, 18.76398, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 5.2852396E+02 convergence: {deltae: -1.548E-06, res2: 1.387E-03, residm: 1.702E-08, diffor: 1.333E-05, } etotal : -6.25469642E+00 entropy : 0.00000000E+00 fermie : 1.12681402E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.70026297E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.70026297E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -4.11640071E-06, ] pressure_GPa: -3.2945E+00 xred : - [ 0.0000E+00, 0.0000E+00, -8.7122E-03, Al] - [ -5.0000E-01, 5.0000E-01, 2.0000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 4.0871E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -3.03184672E-04, ] - [ -0.00000000E+00, -0.00000000E+00, 1.80700362E-20, ] - [ -0.00000000E+00, -0.00000000E+00, 3.03184672E-04, ] force_length_stats: {min: 1.80700362E-20, max: 3.03184672E-04, mean: 2.02123115E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91465352 2 2.00000 0.88522174 3 2.00000 0.91465352 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.63475727029233E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.66906662702925E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -8.71221089490680E-03 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.08712210894908E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 3.03185E-04 1.42923E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -3.03184672267003E-04 -0.00000000000000E+00 -0.00000000000000E+00 1.80700362080917E-20 -0.00000000000000E+00 -0.00000000000000E+00 3.03184672267003E-04 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 5.68895029296674E-03 -0.00000000000000E+00 -0.00000000000000E+00 -3.39065748315310E-19 -0.00000000000000E+00 -0.00000000000000E+00 -5.68895029296674E-03 Total energy (etotal) [Ha]= -6.25469641660322E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.07314E-04 Relative =-1.13092E-04 At Broyd/MD step 3, gradients are converged : max grad (force/stress) = 3.0318E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 19.178E-10; max= 17.022E-09 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.008712210895 -0.500000000000 0.500000000000 0.200000000000 0.000000000000 0.000000000000 0.408712210895 rms dE/dt= 2.6818E-03; max dE/dt= 5.6890E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.005688950293 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 -0.005688950293 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.08650762890155 2 0.00000000000000 1.98589382064025 1.98589382064025 3 0.00000000000000 0.00000000000000 4.05829527018207 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00030318467227 2 -0.00000000000000 -0.00000000000000 0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00030318467227 frms,max,avg= 1.4292263E-04 3.0318467E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.01559038137623 2 -0.00000000000000 -0.00000000000000 0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.01559038137623 frms,max,avg= 7.3493763E-03 1.5590381E-02 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_6o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.11268 Average Vxc (hartree)= -0.27117 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.25723 -0.17614 -0.05902 0.05826 0.17198 0.23012 0.30428 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.13368 0.00308 0.00020 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, itime: 3, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 2.39394429440379E+00 hartree : 3.36271431608517E+00 xc : -2.30571406620814E+00 Ewald energy : -3.38846032275197E+00 psp_core : 6.96326982763643E-02 local_psp : -7.75592545362693E+00 non_local_psp : 1.37056129580486E+00 internal : -6.25324723801686E+00 '-kT*entropy' : -1.44917858635916E-03 total_energy : -6.25469641660322E+00 total_energy_eV : -1.70198945119957E+02 band_energy : -2.71640314137639E-01 ... rms coord change= 4.1070E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.008712210895 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.008712210895 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70026297E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70026297E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.11640071E-06 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.2945E+00 GPa] - sigma(1 1)= 5.00234553E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.00234553E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= -1.21108670E-01 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 2, } dimensions: {natom: 3, nkpt: 6, mband: 7, nsppol: 1, nspinor: 1, nspden: 1, mpw: 452, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 9.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 22.5167727 G(3)= 0.0000000 0.0000000 0.0444113 Unit cell volume ucvol= 6.3422875E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 50 ecut(hartree)= 6.000 => boxcut(ratio)= 2.01383 -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 444.250 444.191 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.1876045906223 -6.188E+00 5.886E-03 2.068E+02 7.814E-03 7.814E-03 ETOT 2 -6.2529024915038 -6.530E-02 2.280E-04 1.004E+01 1.242E-02 4.603E-03 ETOT 3 -6.2528890764048 1.342E-05 3.239E-05 1.195E+01 5.871E-04 4.016E-03 ETOT 4 -6.2541284095330 -1.239E-03 1.544E-05 5.058E+00 4.695E-04 4.486E-03 ETOT 5 -6.2547432025421 -6.148E-04 2.197E-05 6.101E-01 3.939E-04 4.880E-03 ETOT 6 -6.2547986074571 -5.540E-05 5.028E-06 1.419E-02 2.530E-04 5.133E-03 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.17137769E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.17137769E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.39442219E-05 sigma(2 1)= 0.00000000E+00 scprqt: WARNING - nstep= 6 was not enough SCF cycles to converge; maximum force difference= 2.530E-04 exceeds toldff= 5.000E-05 --- !ResultsGS iteration_state: {dtset: 2, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -5.540E-05, res2: 1.419E-02, residm: 5.028E-06, diffor: 2.530E-04, } etotal : -6.25479861E+00 entropy : 0.00000000E+00 fermie : 6.24493734E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.17137769E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.17137769E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.39442219E-05, ] pressure_GPa: -1.7685E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ -5.0000E-01, 5.0000E-01, 1.6667E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3333E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -5.13250872E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.89120579E-19, ] - [ -0.00000000E+00, -0.00000000E+00, 5.13250872E-03, ] force_length_stats: {min: 2.89120579E-19, max: 5.13250872E-03, mean: 3.42167248E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88976127 2 2.00000 0.93490407 3 2.00000 0.90524334 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.33333333333333E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.13251E-03 2.41949E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.13250871909976E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.89120579329468E-19 -0.00000000000000E+00 -0.00000000000000E+00 5.13250871909976E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 1.15567532208737E-01 -0.00000000000000E+00 -0.00000000000000E+00 -6.51006236765394E-18 -0.00000000000000E+00 -0.00000000000000E+00 -1.15567532208737E-01 Total energy (etotal) [Ha]= -6.25479860745706E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2548442811465 -6.255E+00 1.071E-08 1.911E-02 5.131E-05 5.081E-03 ETOT 2 -6.2548512873425 -7.006E-06 1.513E-10 9.448E-05 6.219E-05 5.019E-03 ETOT 3 -6.2548513594171 -7.207E-08 1.521E-09 1.516E-04 1.241E-05 5.031E-03 ETOT 4 -6.2548513914093 -3.199E-08 7.672E-10 2.849E-05 1.381E-06 5.030E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 1.381E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.17823958E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.17823958E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.08074058E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -3.199E-08, res2: 2.849E-05, residm: 7.672E-10, diffor: 1.381E-06, } etotal : -6.25485139E+00 entropy : 0.00000000E+00 fermie : 6.26176819E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.17823958E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.17823958E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.08074058E-05, ] pressure_GPa: -1.8127E+00 xred : - [ 0.0000E+00, 0.0000E+00, -2.2794E-04, Al] - [ -5.0000E-01, 5.0000E-01, 1.6667E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3356E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -5.03002567E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.89120579E-19, ] - [ -0.00000000E+00, -0.00000000E+00, 5.03002567E-03, ] force_length_stats: {min: 2.89120579E-19, max: 5.03002567E-03, mean: 3.35335045E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88975514 2 2.00000 0.93418583 3 2.00000 0.92097097 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -5.13250871909976E-03 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.51072340871910E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.27941578816922E-04 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.33561274912150E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.03003E-03 2.37118E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.03002566961531E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.89120579329468E-19 -0.00000000000000E+00 -0.00000000000000E+00 5.03002566961531E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 1.13259944677893E-01 -0.00000000000000E+00 -0.00000000000000E+00 -6.51006236765394E-18 -0.00000000000000E+00 -0.00000000000000E+00 -1.13259944677893E-01 Total energy (etotal) [Ha]= -6.25485139140931E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-5.27840E-05 Relative =-8.43892E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2549223360355 -6.255E+00 7.758E-05 2.060E+00 6.218E-03 1.188E-03 ETOT 2 -6.2558430663603 -9.207E-04 3.185E-06 1.516E-01 1.853E-04 1.003E-03 ETOT 3 -6.2558763834983 -3.332E-05 2.014E-06 2.766E-02 1.289E-04 8.739E-04 ETOT 4 -6.2558756100314 7.735E-07 1.399E-06 2.830E-02 1.414E-05 8.598E-04 ETOT 5 -6.2558776449281 -2.035E-06 1.143E-06 1.379E-02 1.181E-05 8.479E-04 At SCF step 5, forces are converged : for the second time, max diff in force= 1.181E-05 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.64202107E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.64202107E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.51448791E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -2.035E-06, res2: 1.379E-02, residm: 1.143E-06, diffor: 1.181E-05, } etotal : -6.25587764E+00 entropy : 0.00000000E+00 fermie : 6.50642849E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.64202107E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.64202107E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.51448791E-05, ] pressure_GPa: -3.3692E+00 xred : - [ 0.0000E+00, 0.0000E+00, -1.1416E-02, Al] - [ -5.0000E-01, 5.0000E-01, 1.6667E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.4475E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 8.47949787E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, -8.47949787E-04, ] force_length_stats: {min: 0.00000000E+00, max: 8.47949787E-04, mean: 5.65299858E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90587243 2 2.00000 0.90331156 3 2.00000 0.88087230 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.57043929548884E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.76263482954891E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.14156648012388E-02 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.44748998134573E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 8.47950E-04 3.99727E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 8.47949786628397E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -8.47949786628397E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -1.90930926065251E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 0.00000000000000E+00 1.90930926065251E-02 Total energy (etotal) [Ha]= -6.25587764492812E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.02625E-03 Relative =-1.64060E-04 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 6, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2558613185535 -6.256E+00 1.082E-06 9.171E-02 9.209E-04 7.293E-05 ETOT 2 -6.2559091542474 -4.784E-05 5.909E-08 3.244E-03 1.043E-04 3.139E-05 ETOT 3 -6.2559105011003 -1.347E-06 1.074E-08 2.761E-05 1.374E-05 1.765E-05 ETOT 4 -6.2559105133521 -1.225E-08 9.883E-10 1.667E-06 2.189E-06 1.984E-05 At SCF step 4, forces are converged : for the second time, max diff in force= 2.189E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.58437036E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.58437036E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.25103435E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -1.225E-08, res2: 1.667E-06, residm: 9.883E-10, diffor: 2.189E-06, } etotal : -6.25591051E+00 entropy : 0.00000000E+00 fermie : 6.50006144E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.58437036E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.58437036E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 8.25103435E-06, ] pressure_GPa: -3.1885E+00 xred : - [ 0.0000E+00, 0.0000E+00, -9.8017E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.6667E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.4314E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 1.98409156E-05, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, -1.98409156E-05, ] force_length_stats: {min: 0.00000000E+00, max: 1.98409156E-05, mean: 1.32272770E-05, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90606324 2 2.00000 0.90699911 3 2.00000 0.89117643 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.20703485950234E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.72629438595026E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -9.80173708242985E-03 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.43135070415764E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.98409E-05 9.35310E-06 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.98409155683537E-05 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -1.98409155683537E-05 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -4.46753386012512E-04 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 0.00000000000000E+00 4.46753386012512E-04 Total energy (etotal) [Ha]= -6.25591051335212E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.28684E-05 Relative =-5.25399E-06 At Broyd/MD step 4, gradients are converged : max grad (force/stress) = 1.9841E-05 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 93.332E-12; max= 98.834E-11 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.009801737082 -0.500000000000 0.500000000000 0.166666666667 0.000000000000 0.000000000000 0.343135070416 rms dE/dt= 2.1060E-04; max dE/dt= 4.4675E-04; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 -0.000446753386 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.000446753386 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.11679125462123 2 0.00000000000000 1.98589382064025 1.98589382064025 3 0.00000000000000 0.00000000000000 4.08857889590175 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 0.00001984091557 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 -0.00001984091557 frms,max,avg= 9.3530973E-06 1.9840916E-05 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 0.00102026081415 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 -0.00102026081415 frms,max,avg= 4.8095556E-04 1.0202608E-03 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_6o_DS2_EIG Fermi (or HOMO) energy (hartree) = 0.06500 Average Vxc (hartree)= -0.23533 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.30135 -0.22252 -0.10610 0.00486 0.13525 0.18608 0.25487 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.11337 0.00525 0.00013 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 2, itime: 4, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 2.37288646167244E+00 hartree : 6.73125346918082E+00 xc : -2.29706002873281E+00 Ewald energy : 4.10434070772999E-01 psp_core : 5.80272485636369E-02 local_psp : -1.48986646177688E+01 non_local_psp : 1.36813139630380E+00 internal : -6.25499200000787E+00 '-kT*entropy' : -9.18513344256995E-04 total_energy : -6.25591051335212E+00 total_energy_eV : -1.70231982372634E+02 band_energy : -6.87181326326060E-01 ... rms coord change= 4.6206E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.009801737082 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.009801737082 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.58437036E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.58437036E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 8.25103435E-06 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.1885E+00 GPa] - sigma(1 1)= 4.66137774E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.66137774E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 2.42753771E-01 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 ecut 6.00000000E+00 Hartree etotal1 -6.2546964166E+00 etotal2 -6.2559105134E+00 fcart1 -0.0000000000E+00 -0.0000000000E+00 -3.0318467227E-04 -0.0000000000E+00 -0.0000000000E+00 1.8070036208E-20 -0.0000000000E+00 -0.0000000000E+00 3.0318467227E-04 fcart2 -0.0000000000E+00 -0.0000000000E+00 1.9840915568E-05 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -1.9840915568E-05 - fftalg 312 ionmov 2 jdtset 1 2 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom 3 nband 7 ndtset 2 ngfft1 12 12 45 ngfft2 12 12 50 nkpt 6 nstep 6 nsym 16 ntime 10 ntypat 1 occ1 2.000000 2.000000 2.000000 2.133677 0.003079 0.000200 0.000000 2.000000 2.000000 2.000556 2.017416 2.122507 0.099302 0.005160 2.000000 2.000000 2.000127 1.483665 0.873649 0.004858 0.001135 2.000000 2.000000 2.000295 2.000461 1.669287 0.558054 0.002911 2.000000 2.000000 2.034222 2.141577 1.013218 0.004698 0.002569 2.000328 2.000586 2.130822 2.130184 0.000857 0.001515 0.003369 occ2 2.000000 2.000000 2.000000 2.113367 0.005252 0.000128 0.000000 2.000000 2.000000 2.000902 2.018382 2.113223 0.178245 0.005146 2.000000 2.000000 2.000138 1.688967 0.717570 0.004651 0.000406 2.000000 2.000000 2.000336 2.000592 1.628916 0.574372 0.003716 2.000000 2.000001 2.044927 2.141120 0.948917 0.003371 0.001970 2.000555 2.000925 2.125337 2.120097 0.000027 0.002765 0.003640 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup 123 strten1 1.7002629748E-04 1.7002629748E-04 -4.1164007149E-06 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten2 1.5843703590E-04 1.5843703590E-04 8.2510343513E-06 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.3333333 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst1 0.0000000000E+00 0.0000000000E+00 -8.6507628902E-02 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0582952702E+00 xangst2 0.0000000000E+00 0.0000000000E+00 -1.1679125462E-01 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0885788959E+00 xcart1 0.0000000000E+00 0.0000000000E+00 -1.6347572703E-01 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.6690666270E+00 xcart2 0.0000000000E+00 0.0000000000E+00 -2.2070348595E-01 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.7262943860E+00 xred1 0.0000000000E+00 0.0000000000E+00 -8.7122108949E-03 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0871221089E-01 xred2 0.0000000000E+00 0.0000000000E+00 -9.8017370824E-03 -5.0000000000E-01 5.0000000000E-01 1.6666666667E-01 0.0000000000E+00 0.0000000000E+00 3.4313507042E-01 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [3] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - [4] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - And optionally: - - [5] A brief introduction to the ABINIT software package. - Z. Kristallogr. 220, 558-562 (2005). - X. Gonze, G.-M. Rignanese, M. Verstraete, J.-M. Beuken, Y. Pouillon, R. Caracas, F. Jollet, - M. Torrent, G. Zerah, M. Mikami, Ph. Ghosez, M. Veithen, J.-Y. Raty, V. Olevano, F. Bruneval, - L. Reining, R. Godby, G. Onida, D.R. Hamann, and D.C. Allan. - Comment: the second generic paper describing the ABINIT project. Note that this paper - should be cited especially if you are using the GW part of ABINIT, as several authors - of this part are not in the list of authors of the first or third paper. - The .pdf of the latter paper is available at https://www.abinit.org/sites/default/files/zfk_0505-06_558-562.pdf. - Note that it should not redistributed (Copyright by Oldenburg Wissenschaftverlag, - the licence allows the authors to put it on the Web). - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2005 - - Proc. 0 individual time (sec): cpu= 13.3 wall= 13.7 ================================================================================ Calculation completed. .Delivered 11 WARNINGs and 2 COMMENTs to log file. +Overall time at end (sec) : cpu= 13.3 wall= 13.7
The run is on the order of thirty seconds on a PC 3 GHz.
In the Broyden step 0 of the first dataset, you will notice the WARNING:
scprqt: WARNING - nstep= 6 was not enough SCF cycles to converge; maximum force difference= 5.493E-05 exceeds toldff= 5.000E-05
The input variable nstep was intentionally set to the rather low value of 6, to warn you about possible convergence difficulties. The SCF convergence might indeed get more and more difficult with cell size. This is because the default preconditioner (see the notice of the input variable dielng) is not very good for the metal+vacuum case. For the interpretation of the present run, this is not critical, as the convergence criterion was close of being fulfilled, but one should keep this in mind, as you will see.
For the 2 vacuum layer case, one has the non-relaxed total energy:
ETOT 6 -6.2539524271719
giving the unrelaxed surface energy 0.0200 Ha = 0.544 eV; and for the relaxed case:
etotal1 -6.2547006435E+00
(this one is converged to the required level) giving the relaxed surface energy 0.0196 Ha = 0.533 eV
Note that the difference between unrelaxed and relaxed case is a bit larger than in the case of one vacuum layer. This is because there was some interaction between slabs of different supercells.
For the 3 vacuum layer case, the self-consistency is slightly more difficult than with 2 vacuum layers: the Broyden step 0 is not sufficiently converged (one might set nstep to a larger value, but the best is to change the preconditioner, as described below)… However, for the Broyden steps number 2 and beyond, because one takes advantage of the previous wavefunctions, a sufficient convergence is reached. The total energy, in the relaxed case, is:
etotal2 -6.2559103620E+00
giving the relaxed surface energy 0.0190 Ha = 0.515 eV
.
There is a rather small 0.018 eV difference with the 2 vacuum layer case.
For the next run, we will keep the 2 vacuum layer case, and we know that the accuracy of the coming calculation cannot be better than 0.016 eV. One might investigate the 4 vacuum layer case, but this is not worth, in the present tutorial.
Surface energy: increasing the number of aluminum layers¶
One should now increase the number of aluminum layers, while keeping 2 vacuum layers. We will consider 4 and 5 aluminum layers. This is rather straightforward to set up, but will also change the preconditioner. One could use an effective dielectric constant of about 3 or 5, with a rather small mixing coefficient, on the order of 0.2. However, there is also another possibility, using an estimation of the dielectric matrix governed by iprcel=45. For comparison with the previous treatment of SCF, one can recompute the result with 3 aluminum layers.
The input file tbase4_7.in is an example, while
# Crystalline aluminum : computation of the total energy # # Determination of the surface energy of aluminum : # convergence with respect to the number of vacuum layers. ndtset 3 #Definition of the unit cell acell 3*7.50559090E+00 # Lattice parameters of bulk aluminum rprim1 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 2.5 rprim2 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 3.0 rprim3 0.5 -0.5 0.0 0.5 0.5 0.0 0.0 0.0 3.5 natom1 3 # Three atoms per cell: three aluminum layers and some vacuum natom2 4 # Four atoms per cell: four aluminum layers and some vacuum natom3 5 # Five atoms per cell: five aluminum layers and some vacuum #SCF preconditioner iprcel 45 #Definition of occupation numbers occopt 4 tsmear 0.04 #Definition of the k-point grid ngkpt 4 4 1 nshiftk 2 shiftk 0.5 0.0 0.0 0.0 0.5 0.0 #Definition of the atom types ntypat 1 # There is only one type of atom znucl 13 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, the only type is Aluminum #Definition of the atoms typat 1 1 1 1 1 # All possible atoms are type 1. xcart 3*0.0 # Triplet giving the CARTESIAN coordinates of atom 1. 0.0 2*3.75279545 # Triplet giving the CARTESIAN coordinates of atom 2. 2*0.0 7.5055909 # Triplet giving the CARTESIAN coordinates of atom 3. 0.0 3.75279545 11.25838635 # Triplet giving the CARTESIAN coordinates of atom 4. 2*0.0 15.0111818 # Triplet giving the CARTESIAN coordinates of atom 5. chksymtnons 0 # Some of the non-symmorphic vectors are unconvential, but this is harmless in a ground-state calculation. #The relaxation ionmov 2 tolmxf 5.0d-4 ntime 10 #Exchange-correlation functional ixc 1 # LDA Teter Pade parametrization #Definition of the planewave basis set ecut 6.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the SCF procedure nstep 10 # Maximal number of SCF cycles toldff 5.0d-5 pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi" #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% tbase4_7.out, tolnlines= 41, tolabs=1.001e-02, tolrel=0.03, fld_options=-easy #%% [paral_info] #%% max_nprocs = 4 #%% [extra_info] #%% authors = Unknown #%% keywords = #%% description = #%% Crystalline aluminum : computation of the total energy #%% Determination of the surface energy of aluminum : #%% convergence with respect to the number of vacuum layers. #%%<END TEST_INFO>
tbase4_7.out is a reference output file.
.Version 9.0.0 of ABINIT .(MPI version, prepared for a x86_64_linux_gnu9.2 computer) .Copyright (C) 1998-2020 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Mon 24 Feb 2020. - ( at 16h44 ) - input file -> /home/gmatteo/git_repos/abinit/_abiref_gnu9.2_openmpi/tests/Test_suite/tutorial_tbase4_7/tbase4_7.in - output file -> tbase4_7.out - root for input files -> tbase4_7i - root for output files -> tbase4_7o DATASET 1 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 45 mpssoang = 3 mqgrid = 3001 natom = 3 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 7 mffmem = 1 mkmem = 6 mpw = 378 nfft = 6480 nkpt = 6 For the susceptibility and dielectric matrices, or tddft : mgfft = 30 nbnd_in_blk= 4 nfft = 1920 npw = 85 ================================================================================ P This job should need less than 3.604 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.244 Mbytes ; DEN or POT disk file : 0.051 Mbytes. ================================================================================ DATASET 2 : space group P4/n m m (#129); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 2. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 50 mpssoang = 3 mqgrid = 3001 natom = 4 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 8 mffmem = 1 mkmem = 6 mpw = 452 nfft = 7200 nkpt = 6 For the susceptibility and dielectric matrices, or tddft : mgfft = 36 nbnd_in_blk= 4 nfft = 2304 npw = 103 ================================================================================ P This job should need less than 4.040 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.333 Mbytes ; DEN or POT disk file : 0.057 Mbytes. ================================================================================ DATASET 3 : space group P4/m m m (#123); Bravais tP (primitive tetrag.) ================================================================================ Values of the parameters that define the memory need for DATASET 3. intxc = 0 ionmov = 2 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 60 mpssoang = 3 mqgrid = 3001 natom = 5 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 16 n1xccc = 0 ntypat = 1 occopt = 4 xclevel = 1 - mband = 11 mffmem = 1 mkmem = 6 mpw = 532 nfft = 8640 nkpt = 6 For the susceptibility and dielectric matrices, or tddft : mgfft = 40 nbnd_in_blk= 6 nfft = 2560 npw = 121 ================================================================================ P This job should need less than 4.816 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.538 Mbytes ; DEN or POT disk file : 0.068 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =312 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 chksymtnons 0 ecut 6.00000000E+00 Hartree - fftalg 312 ionmov 2 iprcel 45 jdtset 1 2 3 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom1 3 natom2 4 natom3 5 nband1 7 nband2 8 nband3 11 ndtset 3 ngfft1 12 12 45 ngfft2 12 12 50 ngfft3 12 12 60 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ1 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 occ2 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 0.000000 0.000000 occ3 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000 1.000000 0.000000 0.000000 0.000000 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 rprim3 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.5000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup1 123 spgroup2 129 spgroup3 123 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 tnons3 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat1 1 1 1 typat2 1 1 1 1 typat3 1 1 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 xangst2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 0.0000000000E+00 1.9858938206E+00 5.9576814619E+00 xangst3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 0.0000000000E+00 1.9858938206E+00 5.9576814619E+00 0.0000000000E+00 0.0000000000E+00 7.9435752826E+00 xcart1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 xcart2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 0.0000000000E+00 3.7527954500E+00 1.1258386350E+01 xcart3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 0.0000000000E+00 3.7527954500E+00 1.1258386350E+01 0.0000000000E+00 0.0000000000E+00 1.5011181800E+01 xred1 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0000000000E-01 xred2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 1.6666666667E-01 0.0000000000E+00 0.0000000000E+00 3.3333333333E-01 -5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 xred3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 -5.0000000000E-01 5.0000000000E-01 1.4285714286E-01 0.0000000000E+00 0.0000000000E+00 2.8571428571E-01 -5.0000000000E-01 5.0000000000E-01 4.2857142857E-01 0.0000000000E+00 0.0000000000E+00 5.7142857143E-01 znucl 13.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: Checking input parameters for consistency, jdtset= 2. chkinp: Checking input parameters for consistency, jdtset= 3. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 3, nkpt: 6, mband: 7, nsppol: 1, nspinor: 1, nspden: 1, mpw: 378, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 9.00000000E+00, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 18.7639773 G(3)= 0.0000000 0.0000000 0.0532936 Unit cell volume ucvol= 5.2852396E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 45 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/gmatteo/git_repos/abinit/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed 3.68025494E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 368.000 367.927 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.1846364989286 -6.185E+00 3.666E-03 1.838E+02 8.953E-03 8.953E-03 ETOT 2 -6.2522120713485 -6.758E-02 8.285E-05 4.932E+00 1.393E-02 4.978E-03 ETOT 3 -6.2539357907103 -1.724E-03 1.951E-05 9.709E-03 7.571E-04 4.221E-03 ETOT 4 -6.2539520712481 -1.628E-05 8.509E-07 1.205E-03 1.075E-04 4.329E-03 ETOT 5 -6.2539524330719 -3.618E-07 9.672E-08 5.865E-06 1.733E-05 4.311E-03 ETOT 6 -6.2539524363432 -3.271E-09 8.689E-09 2.086E-08 1.856E-06 4.310E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.856E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.30985620E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.30985620E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.46729963E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 18.7639772, ] lattice_lengths: [ 5.30725, 5.30725, 18.76398, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 5.2852396E+02 convergence: {deltae: -3.271E-09, res2: 2.086E-08, residm: 8.689E-09, diffor: 1.856E-06, } etotal : -6.25395244E+00 entropy : 0.00000000E+00 fermie : 1.10721946E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.30985620E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.30985620E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.46729963E-05, ] pressure_GPa: -2.0330E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ -5.0000E-01, 5.0000E-01, 2.0000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 4.0000E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -4.30953729E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 4.30953729E-03, ] force_length_stats: {min: 0.00000000E+00, max: 4.30953729E-03, mean: 2.87302486E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87350653 2 2.00000 0.90553082 3 2.00000 0.87350653 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.30954E-03 2.03154E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.30953728566658E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 4.30953728566658E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 8.08640595862744E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -8.08640595862744E-02 Total energy (etotal) [Ha]= -6.25395243634324E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2539883013107 -6.254E+00 1.392E-09 1.508E-03 1.057E-04 4.204E-03 ETOT 2 -6.2539890830561 -7.817E-07 1.982E-11 5.289E-05 8.616E-06 4.195E-03 ETOT 3 -6.2539891004139 -1.736E-08 2.148E-10 3.765E-07 3.679E-06 4.199E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 3.679E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.32118554E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.32118554E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.32827842E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 18.7639772, ] lattice_lengths: [ 5.30725, 5.30725, 18.76398, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 5.2852396E+02 convergence: {deltae: -1.736E-08, res2: 3.765E-07, residm: 2.148E-10, diffor: 3.679E-06, } etotal : -6.25398910E+00 entropy : 0.00000000E+00 fermie : 1.10776413E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.32118554E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.32118554E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.32827842E-05, ] pressure_GPa: -2.0688E+00 xred : - [ 0.0000E+00, 0.0000E+00, -2.2967E-04, Al] - [ -5.0000E-01, 5.0000E-01, 2.0000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 4.0023E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -4.19886028E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.89120579E-19, ] - [ -0.00000000E+00, -0.00000000E+00, 4.19886028E-03, ] force_length_stats: {min: 2.89120579E-19, max: 4.19886028E-03, mean: 2.79924019E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87358306 2 2.00000 0.90494368 3 2.00000 0.87358306 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -4.30953728566658E-03 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50990043728567E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.29670779720572E-04 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.00229670779721E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 4.19886E-03 1.97936E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -4.19886028442365E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.89120579329468E-19 -0.00000000000000E+00 -0.00000000000000E+00 4.19886028442365E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 7.87873188528539E-02 -0.00000000000000E+00 -0.00000000000000E+00 -5.42505197304495E-18 -0.00000000000000E+00 -0.00000000000000E+00 -7.87873188528539E-02 Total energy (etotal) [Ha]= -6.25398910041388E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.66641E-05 Relative =-5.86253E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 1, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -6.2541342742355 -6.254E+00 6.320E-07 1.138E+00 4.156E-03 4.301E-05 ETOT 2 -6.2546788824109 -5.446E-04 6.768E-08 5.871E-02 9.389E-05 1.369E-04 ETOT 3 -6.2546986582195 -1.978E-05 2.471E-07 7.705E-04 8.343E-05 2.203E-04 ETOT 4 -6.2546990003961 -3.422E-07 2.199E-09 1.195E-06 1.257E-05 2.078E-04 ETOT 5 -6.2546990020446 -1.648E-09 1.370E-10 2.284E-08 1.471E-06 2.063E-04 At SCF step 5, forces are converged : for the second time, max diff in force= 1.471E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70731695E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70731695E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.03765561E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 18.7639772, ] lattice_lengths: [ 5.30725, 5.30725, 18.76398, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 5.2852396E+02 convergence: {deltae: -1.648E-09, res2: 2.284E-08, residm: 1.370E-10, diffor: 1.471E-06, } etotal : -6.25469900E+00 entropy : 0.00000000E+00 fermie : 1.12779724E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.70731695E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.70731695E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -1.03765561E-06, ] pressure_GPa: -3.3386E+00 xred : - [ 0.0000E+00, 0.0000E+00, -8.9429E-03, Al] - [ -5.0000E-01, 5.0000E-01, 2.0000E-01, Al] - [ 0.0000E+00, 0.0000E+00, 4.0894E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -2.06285238E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -9.03501810E-21, ] - [ -0.00000000E+00, -0.00000000E+00, 2.06285238E-04, ] force_length_stats: {min: 9.03501810E-21, max: 2.06285238E-04, mean: 1.37523492E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91459224 2 2.00000 0.88462369 3 2.00000 0.91459224 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.67804615303827E-01 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.67339551530383E+00 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -8.94291295859606E-03 -5.00000000000000E-01 5.00000000000000E-01 2.00000000000000E-01 0.00000000000000E+00 0.00000000000000E+00 4.08942912958596E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.06285E-04 9.72438E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.06285238321768E-04 -0.00000000000000E+00 -0.00000000000000E+00 -9.03501810404587E-21 -0.00000000000000E+00 -0.00000000000000E+00 2.06285238321768E-04 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 3.87073151888048E-03 -0.00000000000000E+00 0.00000000000000E+00 1.69532874157655E-19 -0.00000000000000E+00 -0.00000000000000E+00 -3.87073151888048E-03 Total energy (etotal) [Ha]= -6.25469900204456E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.09902E-04 Relative =-1.13505E-04 At Broyd/MD step 3, gradients are converged : max grad (force/stress) = 2.0629E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 85.710E-13; max= 13.704E-11 reduced coordinates (array xred) for 3 atoms 0.000000000000 0.000000000000 -0.008942912959 -0.500000000000 0.500000000000 0.200000000000 0.000000000000 0.000000000000 0.408942912959 rms dE/dt= 1.8247E-03; max dE/dt= 3.8707E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.003870731519 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 -0.003870731519 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.08879837791500 2 0.00000000000000 1.98589382064025 1.98589382064025 3 0.00000000000000 0.00000000000000 4.06058601919551 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00020628523832 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.00020628523832 frms,max,avg= 9.7243794E-05 2.0628524E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.01060761256061 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 3 -0.00000000000000 -0.00000000000000 0.01060761256061 frms,max,avg= 5.0004765E-03 1.0607613E-02 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_7o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.11278 Average Vxc (hartree)= -0.27127 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 7, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.25690 -0.17597 -0.05911 0.05818 0.17162 0.23046 0.30447 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.13318 0.00291 0.00019 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, itime: 3, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 2.39243195840259E+00 hartree : 3.34927618727114E+00 xc : -2.30507043489630E+00 Ewald energy : -3.40087994974403E+00 psp_core : 6.96326982763643E-02 local_psp : -7.72889212436207E+00 non_local_psp : 1.37022722755161E+00 internal : -6.25327443750069E+00 '-kT*entropy' : -1.42456454386803E-03 total_energy : -6.25469900204456E+00 total_energy_eV : -1.70199015473393E+02 band_energy : -2.70147915972553E-01 ... rms coord change= 4.2157E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.008942912959 2 0.000000000000 0.000000000000 0.000000000000 3 0.000000000000 0.000000000000 0.008942912959 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.70731695E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.70731695E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -1.03765561E-06 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.3386E+00 GPa] - sigma(1 1)= 5.02309905E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.02309905E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= -3.05288770E-02 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 2, } dimensions: {natom: 4, nkpt: 6, mband: 8, nsppol: 1, nspinor: 1, nspden: 1, mpw: 452, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 1.20000000E+01, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 22.5167727 G(3)= 0.0000000 0.0000000 0.0444113 Unit cell volume ucvol= 6.3422875E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 50 ecut(hartree)= 6.000 => boxcut(ratio)= 2.01383 6.54267545E+01 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 444.250 444.191 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.2557372291745 -8.256E+00 9.940E-03 3.541E+02 7.908E-03 7.908E-03 ETOT 2 -8.3496825439751 -9.395E-02 1.302E-04 1.858E+01 1.460E-02 6.687E-03 ETOT 3 -8.3546524583217 -4.970E-03 3.972E-05 7.902E-02 1.430E-03 6.206E-03 ETOT 4 -8.3546860728336 -3.361E-05 1.588E-06 4.251E-03 1.920E-04 6.251E-03 ETOT 5 -8.3546873340699 -1.261E-06 2.204E-07 1.441E-06 1.831E-05 6.233E-03 ETOT 6 -8.3546873357122 -1.642E-09 3.261E-08 8.317E-08 1.280E-06 6.233E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.280E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.43476627E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.43476627E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.96743768E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -1.642E-09, res2: 8.317E-08, residm: 3.261E-08, diffor: 1.280E-06, } etotal : -8.35468734E+00 entropy : 0.00000000E+00 fermie : 1.41715910E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.43476627E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.43476627E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.96743768E-05, ] pressure_GPa: -2.2289E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ -5.0000E-01, 5.0000E-01, 1.6667E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3333E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.0000E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -6.23291960E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 5.70348732E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -5.70348732E-04, ] - [ -0.00000000E+00, -0.00000000E+00, 6.23291960E-03, ] force_length_stats: {min: 5.70348732E-04, max: 6.23291960E-03, mean: 3.40163416E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88286402 2 2.00000 0.94103693 3 2.00000 0.94103693 4 2.00000 0.88286402 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.12583863500000E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 1.66666666666667E-01 0.00000000000000E+00 0.00000000000000E+00 3.33333333333333E-01 -5.00000000000000E-01 5.00000000000000E-01 5.00000000000000E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 6.23292E-03 2.55521E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -6.23291959670995E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.70348731932315E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.70348731932315E-04 -0.00000000000000E+00 -0.00000000000000E+00 6.23291959670995E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 1.40345233816494E-01 -0.00000000000000E+00 -0.00000000000000E+00 -1.28424127566532E-02 -0.00000000000000E+00 0.00000000000000E+00 1.28424127566532E-02 -0.00000000000000E+00 -0.00000000000000E+00 -1.40345233816494E-01 Total energy (etotal) [Ha]= -8.35468733571220E+00 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3547606036817 -8.355E+00 3.562E-09 9.459E-03 3.035E-04 5.996E-03 ETOT 2 -8.3547639696346 -3.366E-06 3.459E-10 3.784E-04 3.890E-05 5.994E-03 ETOT 3 -8.3547640651399 -9.551E-08 3.350E-09 4.757E-06 6.378E-06 5.999E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 6.378E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.44367038E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.44367038E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -5.70302475E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -9.551E-08, res2: 4.757E-06, residm: 3.350E-09, diffor: 6.378E-06, } etotal : -8.35476407E+00 entropy : 0.00000000E+00 fermie : 1.41734205E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.44367038E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.44367038E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -5.70302475E-05, ] pressure_GPa: -2.2723E+00 xred : - [ 0.0000E+00, 0.0000E+00, -2.7681E-04, Al] - [ -5.0000E-01, 5.0000E-01, 1.6669E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3331E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.0028E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -5.99918900E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.99412046E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -2.99412046E-04, ] - [ -0.00000000E+00, -0.00000000E+00, 5.99918900E-03, ] force_length_stats: {min: 2.99412046E-04, max: 5.99918900E-03, mean: 3.14930052E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88300135 2 2.00000 0.94064150 3 2.00000 0.94064150 4 2.00000 0.88300135 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -6.23291959670995E-03 0.00000000000000E+00 3.75279545000000E+00 3.75336579873193E+00 0.00000000000000E+00 0.00000000000000E+00 7.50502055126807E+00 0.00000000000000E+00 3.75279545000000E+00 1.12646192695967E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -2.76812298092344E-04 -5.00000000000000E-01 5.00000000000000E-01 1.66691996616901E-01 0.00000000000000E+00 0.00000000000000E+00 3.33308003383099E-01 -5.00000000000000E-01 5.00000000000000E-01 5.00276812298093E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.99919E-03 2.45221E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -5.99918899821748E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.99412046297493E-04 -0.00000000000000E+00 -0.00000000000000E+00 -2.99412046297493E-04 -0.00000000000000E+00 -0.00000000000000E+00 5.99918899821748E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 1.35082375057204E-01 -0.00000000000000E+00 -0.00000000000000E+00 -6.74179299012252E-03 -0.00000000000000E+00 0.00000000000000E+00 6.74179299012252E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.35082375057204E-01 Total energy (etotal) [Ha]= -8.35476406513995E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.67294E-05 Relative =-9.18396E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3544452590330 -8.354E+00 1.399E-06 3.634E+00 6.585E-03 6.286E-03 ETOT 2 -8.3556890373639 -1.244E-03 2.858E-07 1.804E-01 8.796E-04 5.406E-03 ETOT 3 -8.3557349464804 -4.591E-05 4.040E-07 2.629E-03 1.336E-04 5.540E-03 ETOT 4 -8.3557358148177 -8.683E-07 5.381E-09 6.662E-06 1.240E-05 5.536E-03 ETOT 5 -8.3557358191550 -4.337E-09 3.350E-09 6.105E-08 2.532E-06 5.538E-03 At SCF step 5, forces are converged : for the second time, max diff in force= 2.532E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.61595596E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.61595596E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.67838681E-06 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -4.337E-09, res2: 6.105E-08, residm: 3.350E-09, diffor: 2.532E-06, } etotal : -8.35573582E+00 entropy : 0.00000000E+00 fermie : 1.42035684E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.61595596E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.61595596E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.67838681E-06, ] pressure_GPa: -3.2350E+00 xred : - [ 0.0000E+00, 0.0000E+00, -7.0121E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.6704E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3296E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.0701E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -7.85029473E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -5.53849462E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 5.53849462E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 7.85029473E-04, ] force_length_stats: {min: 7.85029473E-04, max: 5.53849462E-03, mean: 3.16176205E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90204706 2 2.00000 0.95342311 3 2.00000 0.95342311 4 2.00000 0.90204706 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.57890621732510E-01 0.00000000000000E+00 3.75279545000000E+00 3.76117642969591E+00 0.00000000000000E+00 0.00000000000000E+00 7.49720992030411E+00 0.00000000000000E+00 3.75279545000000E+00 1.14162769717325E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.01213374741355E-03 -5.00000000000000E-01 5.00000000000000E-01 1.67038877187578E-01 0.00000000000000E+00 0.00000000000000E+00 3.32961122812423E-01 -5.00000000000000E-01 5.00000000000000E-01 5.07012133747415E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.53849E-03 2.28368E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -7.85029473331041E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.53849461906780E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.53849461906780E-03 -0.00000000000000E+00 -0.00000000000000E+00 7.85029473331041E-04 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 1.76763302137957E-02 -0.00000000000000E+00 0.00000000000000E+00 1.24709024437723E-01 -0.00000000000000E+00 -0.00000000000000E+00 -1.24709024437723E-01 -0.00000000000000E+00 -0.00000000000000E+00 -1.76763302137957E-02 Total energy (etotal) [Ha]= -8.35573581915497E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-9.71754E-04 Relative =-1.16305E-04 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3557786638258 -8.356E+00 1.547E-07 9.068E-02 4.625E-04 5.853E-03 ETOT 2 -8.3558114841727 -3.282E-05 4.723E-09 3.951E-03 1.310E-04 5.723E-03 ETOT 3 -8.3558124855770 -1.001E-06 9.119E-09 7.919E-05 1.873E-05 5.741E-03 ETOT 4 -8.3558125104093 -2.483E-08 1.432E-10 1.144E-07 2.106E-06 5.740E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 2.106E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.63951774E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.63951774E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.44422945E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -2.483E-08, res2: 1.144E-07, residm: 1.432E-10, diffor: 2.106E-06, } etotal : -8.35581251E+00 entropy : 0.00000000E+00 fermie : 1.42138081E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.63951774E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.63951774E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.44422945E-05, ] pressure_GPa: -3.3574E+00 xred : - [ 0.0000E+00, 0.0000E+00, -7.8976E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.6682E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3318E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.0790E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -3.34742200E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -5.74000582E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 5.74000582E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 3.34742200E-04, ] force_length_stats: {min: 3.34742200E-04, max: 5.74000582E-03, mean: 3.03737401E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90292364 2 2.00000 0.92983871 3 2.00000 0.92983871 4 2.00000 0.90292364 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.77827726053933E-01 0.00000000000000E+00 3.75279545000000E+00 3.75635302028882E+00 0.00000000000000E+00 0.00000000000000E+00 7.50203332971119E+00 0.00000000000000E+00 3.75279545000000E+00 1.14362140760540E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.89756722347397E-03 -5.00000000000000E-01 5.00000000000000E-01 1.66824663122741E-01 0.00000000000000E+00 0.00000000000000E+00 3.33175336877260E-01 -5.00000000000000E-01 5.00000000000000E-01 5.07897567223475E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.74001E-03 2.34733E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -3.34742199527339E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.74000582335900E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.74000582335900E-03 -0.00000000000000E+00 -0.00000000000000E+00 3.34742199527339E-04 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 7.53731401985514E-03 -0.00000000000000E+00 0.00000000000000E+00 1.29246406421251E-01 -0.00000000000000E+00 -0.00000000000000E+00 -1.29246406421251E-01 -0.00000000000000E+00 -0.00000000000000E+00 -7.53731401985514E-03 Total energy (etotal) [Ha]= -8.35581251040929E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-7.66913E-05 Relative =-9.17823E-06 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3558467521171 -8.356E+00 6.726E-06 8.432E-01 1.637E-03 5.451E-03 ETOT 2 -8.3561733146610 -3.266E-04 1.292E-07 4.180E-02 3.844E-04 5.066E-03 ETOT 3 -8.3561836944892 -1.038E-05 1.351E-07 1.876E-03 5.294E-05 5.119E-03 ETOT 4 -8.3561842366815 -5.422E-07 8.930E-09 1.559E-06 9.319E-06 5.111E-03 ETOT 5 -8.3561842382862 -1.605E-09 3.045E-09 2.687E-08 9.836E-07 5.112E-03 At SCF step 5, forces are converged : for the second time, max diff in force= 9.836E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.76266772E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.76266772E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 4.93533547E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -1.605E-09, res2: 2.687E-08, residm: 3.045E-09, diffor: 9.836E-07, } etotal : -8.35618424E+00 entropy : 0.00000000E+00 fermie : 1.42875204E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.76266772E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.76266772E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 4.93533547E-05, ] pressure_GPa: -3.9413E+00 xred : - [ 0.0000E+00, 0.0000E+00, -1.2114E-02, Al] - [ -5.0000E-01, 5.0000E-01, 1.6498E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3502E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.1211E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 1.14912308E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -5.11150325E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 5.11150325E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -1.14912308E-03, ] force_length_stats: {min: 1.14912308E-03, max: 5.11150325E-03, mean: 3.13031317E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90255366 2 2.00000 0.91948312 3 2.00000 0.91948312 4 2.00000 0.90255366 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.72767185562631E-01 0.00000000000000E+00 3.75279545000000E+00 3.71471840155778E+00 0.00000000000000E+00 0.00000000000000E+00 7.54366794844224E+00 0.00000000000000E+00 3.75279545000000E+00 1.15311535355627E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.21139556363968E-02 -5.00000000000000E-01 5.00000000000000E-01 1.64975614003413E-01 0.00000000000000E+00 0.00000000000000E+00 3.35024385996588E-01 -5.00000000000000E-01 5.00000000000000E-01 5.12113955636399E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.11150E-03 2.13885E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.14912308260761E-03 -0.00000000000000E+00 -0.00000000000000E+00 -5.11150324889242E-03 -0.00000000000000E+00 -0.00000000000000E+00 5.11150324889242E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.14912308260761E-03 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -2.58745432553989E-02 -0.00000000000000E+00 0.00000000000000E+00 1.15094556810622E-01 -0.00000000000000E+00 -0.00000000000000E+00 -1.15094556810622E-01 -0.00000000000000E+00 0.00000000000000E+00 2.58745432553989E-02 Total energy (etotal) [Ha]= -8.35618423828624E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-3.71728E-04 Relative =-4.44864E-05 --- Iteration: ( 6/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 6, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3563751404430 -8.356E+00 2.883E-06 6.451E-02 1.736E-03 3.375E-03 ETOT 2 -8.3564118460323 -3.671E-05 8.999E-08 2.626E-03 1.022E-04 3.296E-03 ETOT 3 -8.3564125004658 -6.544E-07 4.048E-08 1.968E-04 1.223E-05 3.306E-03 ETOT 4 -8.3564125574008 -5.694E-08 5.386E-09 1.030E-06 3.673E-06 3.303E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 3.673E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.84191948E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.84191948E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.60260569E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 6, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -5.694E-08, res2: 1.030E-06, residm: 5.386E-09, diffor: 3.673E-06, } etotal : -8.35641256E+00 entropy : 0.00000000E+00 fermie : 1.43514159E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.84191948E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.84191948E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.60260569E-05, ] pressure_GPa: -4.2603E+00 xred : - [ 0.0000E+00, 0.0000E+00, -1.4416E-02, Al] - [ -5.0000E-01, 5.0000E-01, 1.6308E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3692E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.1442E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 1.33408569E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -3.30342214E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 3.30342214E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -1.33408569E-03, ] force_length_stats: {min: 1.33408569E-03, max: 3.30342214E-03, mean: 2.31875391E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87764743 2 2.00000 0.92311337 3 2.00000 0.92311337 4 2.00000 0.87764743 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -3.24606480283600E-01 0.00000000000000E+00 3.75279545000000E+00 3.67208399409440E+00 0.00000000000000E+00 0.00000000000000E+00 7.58630235590562E+00 0.00000000000000E+00 3.75279545000000E+00 1.15829928302836E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.44162080689121E-02 -5.00000000000000E-01 5.00000000000000E-01 1.63082162928900E-01 0.00000000000000E+00 0.00000000000000E+00 3.36917837071101E-01 -5.00000000000000E-01 5.00000000000000E-01 5.14416208068914E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 3.30342E-03 1.45444E-03 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.33408568813566E-03 -0.00000000000000E+00 -0.00000000000000E+00 -3.30342214025092E-03 -0.00000000000000E+00 -0.00000000000000E+00 3.30342214025092E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.33408568813566E-03 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -3.00393042020738E-02 -0.00000000000000E+00 0.00000000000000E+00 7.43824054641776E-02 -0.00000000000000E+00 -0.00000000000000E+00 -7.43824054641776E-02 -0.00000000000000E+00 0.00000000000000E+00 3.00393042020738E-02 Total energy (etotal) [Ha]= -8.35641255740081E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-2.28319E-04 Relative =-2.73230E-05 --- Iteration: ( 7/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 7, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3564969721406 -8.356E+00 6.003E-07 1.565E-01 2.362E-03 9.417E-04 ETOT 2 -8.3565395874508 -4.262E-05 3.628E-08 7.258E-03 1.224E-04 1.028E-03 ETOT 3 -8.3565415492450 -1.962E-06 1.283E-08 3.620E-05 1.957E-05 1.008E-03 ETOT 4 -8.3565415644659 -1.522E-08 5.794E-10 7.407E-07 1.164E-06 1.007E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 1.164E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.88445670E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.88445670E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.87378127E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 7, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -1.522E-08, res2: 7.407E-07, residm: 5.794E-10, diffor: 1.164E-06, } etotal : -8.35654156E+00 entropy : 0.00000000E+00 fermie : 1.43997304E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.88445670E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.88445670E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.87378127E-05, ] pressure_GPa: -4.3703E+00 xred : - [ 0.0000E+00, 0.0000E+00, -1.5156E-02, Al] - [ -5.0000E-01, 5.0000E-01, 1.6140E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3860E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.1516E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 6.72564831E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -1.00716392E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 1.00716392E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -6.72564831E-04, ] force_length_stats: {min: 6.72564831E-04, max: 1.00716392E-03, mean: 8.39864377E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87982974 2 2.00000 0.91011585 3 2.00000 0.91011585 4 2.00000 0.87982974 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -3.41272388420578E-01 0.00000000000000E+00 3.75279545000000E+00 3.63414387389717E+00 0.00000000000000E+00 0.00000000000000E+00 7.62424247610285E+00 0.00000000000000E+00 3.75279545000000E+00 1.15996587384206E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.51563633460037E-02 -5.00000000000000E-01 5.00000000000000E-01 1.61397191432197E-01 0.00000000000000E+00 0.00000000000000E+00 3.38602808567804E-01 -5.00000000000000E-01 5.00000000000000E-01 5.15156363346005E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.00716E-03 4.94423E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 6.72564830917070E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.00716392303733E-03 -0.00000000000000E+00 -0.00000000000000E+00 1.00716392303733E-03 -0.00000000000000E+00 -0.00000000000000E+00 -6.72564830917070E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -1.51439894237736E-02 -0.00000000000000E+00 0.00000000000000E+00 2.26780811266718E-02 -0.00000000000000E+00 -0.00000000000000E+00 -2.26780811266718E-02 -0.00000000000000E+00 0.00000000000000E+00 1.51439894237736E-02 Total energy (etotal) [Ha]= -8.35654156446587E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.29007E-04 Relative =-1.54380E-05 --- Iteration: ( 8/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 2, itime: 8, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -8.3565543365592 -8.357E+00 1.053E-09 1.528E-02 9.523E-04 1.417E-04 ETOT 2 -8.3565585844189 -4.248E-06 8.105E-10 8.766E-04 2.982E-05 1.304E-04 ETOT 3 -8.3565588248311 -2.404E-07 1.321E-09 5.391E-06 6.322E-06 1.368E-04 At SCF step 3, forces are converged : for the second time, max diff in force= 6.322E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.88384856E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.88384856E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.40430517E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 2, itime: 8, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 22.5167727, ] lattice_lengths: [ 5.30725, 5.30725, 22.51677, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 6.3422875E+02 convergence: {deltae: -2.404E-07, res2: 5.391E-06, residm: 1.321E-09, diffor: 6.322E-06, } etotal : -8.35655882E+00 entropy : 0.00000000E+00 fermie : 1.44061888E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.88384856E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.88384856E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 6.40430517E-05, ] pressure_GPa: -4.3231E+00 xred : - [ 0.0000E+00, 0.0000E+00, -1.4756E-02, Al] - [ -5.0000E-01, 5.0000E-01, 1.6099E-01, Al] - [ 0.0000E+00, 0.0000E+00, 3.3901E-01, Al] - [ -5.0000E-01, 5.0000E-01, 5.1476E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 1.36767974E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -7.95644646E-05, ] - [ -0.00000000E+00, -0.00000000E+00, 7.95644646E-05, ] - [ -0.00000000E+00, -0.00000000E+00, -1.36767974E-04, ] force_length_stats: {min: 7.95644646E-05, max: 1.36767974E-04, mean: 1.08166219E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.88015125 2 2.00000 0.91015168 3 2.00000 0.91015168 4 2.00000 0.88015125 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -3.32267840791215E-01 0.00000000000000E+00 3.75279545000000E+00 3.62497838876762E+00 0.00000000000000E+00 0.00000000000000E+00 7.63340796123240E+00 0.00000000000000E+00 3.75279545000000E+00 1.15906541907912E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -1.47564593389183E-02 -5.00000000000000E-01 5.00000000000000E-01 1.60990139975416E-01 0.00000000000000E+00 0.00000000000000E+00 3.39009860024585E-01 -5.00000000000000E-01 5.00000000000000E-01 5.14756459338920E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.36768E-04 6.45962E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 1.36767974240473E-04 -0.00000000000000E+00 -0.00000000000000E+00 -7.95644645527527E-05 -0.00000000000000E+00 -0.00000000000000E+00 7.95644645527527E-05 -0.00000000000000E+00 -0.00000000000000E+00 -1.36767974240473E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -3.07957338861218E-03 -0.00000000000000E+00 0.00000000000000E+00 1.79153496333154E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.79153496333154E-03 -0.00000000000000E+00 0.00000000000000E+00 3.07957338861218E-03 Total energy (etotal) [Ha]= -8.35655882483113E+00 Difference of energy with previous step (new-old): Absolute (Ha)=-1.72604E-05 Relative =-2.06549E-06 At Broyd/MD step 8, gradients are converged : max grad (force/stress) = 1.3677E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 51.175E-11; max= 13.206E-10 reduced coordinates (array xred) for 4 atoms 0.000000000000 0.000000000000 -0.014756459339 -0.500000000000 0.500000000000 0.160990139975 0.000000000000 0.000000000000 0.339009860025 -0.500000000000 0.500000000000 0.514756459339 rms dE/dt= 1.4545E-03; max dE/dt= 3.0796E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 -0.003079573389 2 0.000000000000 0.000000000000 0.001791534963 3 0.000000000000 0.000000000000 -0.001791534963 4 0.000000000000 0.000000000000 0.003079573389 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.17582856849412 2 0.00000000000000 1.98589382064025 1.91825594496712 3 0.00000000000000 0.00000000000000 4.03942551695364 4 0.00000000000000 1.98589382064025 6.13351003041490 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 0.00013676797424 2 -0.00000000000000 -0.00000000000000 -0.00007956446455 3 -0.00000000000000 -0.00000000000000 0.00007956446455 4 -0.00000000000000 -0.00000000000000 -0.00013676797424 frms,max,avg= 6.4596159E-05 1.3676797E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 0.00703289141407 2 -0.00000000000000 -0.00000000000000 -0.00409136892409 3 -0.00000000000000 -0.00000000000000 0.00409136892409 4 -0.00000000000000 -0.00000000000000 -0.00703289141407 frms,max,avg= 3.3216678E-03 7.0328914E-03 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_7o_DS2_EIG Fermi (or HOMO) energy (hartree) = 0.14406 Average Vxc (hartree)= -0.28823 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 8, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.23665 -0.18940 -0.11481 -0.01312 0.06569 0.20826 0.25205 0.25923 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.00000 2.04104 0.00453 0.00057 0.00026 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 2, itime: 8, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 3.20656138574841E+00 hartree : 4.56482830318139E+00 xc : -3.09388871080201E+00 Ewald energy : -4.76150203597005E+00 psp_core : 1.03159553002021E-01 local_psp : -1.01852293466122E+01 non_local_psp : 1.81127110101357E+00 internal : -8.35479975043883E+00 '-kT*entropy' : -1.75907439229327E-03 total_energy : -8.35655882483113E+00 total_energy_eV : -2.27393529931150E+02 band_energy : -6.80247435922071E-02 ... rms coord change= 6.4547E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.014756459339 2 0.000000000000 0.000000000000 -0.005676526691 3 0.000000000000 0.000000000000 0.005676526691 4 0.000000000000 0.000000000000 0.014756459339 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.88384856E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.88384856E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 6.40430517E-05 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -4.3231E+00 GPa] - sigma(1 1)= 5.54247289E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 5.54247289E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 1.88421132E+00 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 3 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 3, } dimensions: {natom: 5, nkpt: 6, mband: 11, nsppol: 1, nspinor: 1, nspden: 1, mpw: 532, } cutoff_energies: {ecut: 6.0, pawecutdg: -1.0, } electrons: {nelect: 1.50000000E+01, charge: 0.00000000E+00, occopt: 4.00000000E+00, tsmear: 4.00000000E-02, } meta: {optdriver: 0, ionmov: 2, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1 Citation for XC functional: S. Goedecker, M. Teter, J. Huetter, PRB 54, 1703 (1996) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 3.7527955 -3.7527954 0.0000000 G(1)= 0.1332340 -0.1332340 0.0000000 R(2)= 3.7527955 3.7527955 0.0000000 G(2)= 0.1332340 0.1332340 0.0000000 R(3)= 0.0000000 0.0000000 26.2695682 G(3)= 0.0000000 0.0000000 0.0380669 Unit cell volume ucvol= 7.3993354E+02 bohr^3 Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 9.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 60 ecut(hartree)= 6.000 => boxcut(ratio)= 2.05055 1.02229304E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 520.000 519.866 ================================================================================ === [ionmov= 2] Broyden-Fletcher-Goldfard-Shanno method (forces) ================================================================================ --- Iteration: ( 1/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 1, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.300102036395 -1.030E+01 1.815E-03 7.696E+02 1.683E-02 1.683E-02 ETOT 2 -10.447183413921 -1.471E-01 1.055E-04 3.489E+01 1.955E-02 2.728E-03 ETOT 3 -10.453608766399 -6.425E-03 9.886E-05 8.335E-02 1.063E-03 2.204E-03 ETOT 4 -10.453640814976 -3.205E-05 5.341E-05 7.110E-03 8.175E-05 2.286E-03 ETOT 5 -10.453642172896 -1.358E-06 2.532E-05 7.517E-06 2.016E-05 2.266E-03 ETOT 6 -10.453642176439 -3.543E-09 4.377E-05 7.405E-08 1.204E-06 2.264E-03 At SCF step 6, forces are converged : for the second time, max diff in force= 1.204E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.19362934E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.19362934E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.44231964E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 1, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -3.543E-09, res2: 7.405E-08, residm: 4.377E-05, diffor: 1.204E-06, } etotal : -1.04536422E+01 entropy : 0.00000000E+00 fermie : 1.66485456E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.19362934E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.19362934E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -4.44231964E-05, ] pressure_GPa: -1.9055E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ -5.0000E-01, 5.0000E-01, 1.4286E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.2857E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7143E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -2.26449784E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -1.07108745E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 1.07108745E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.26449784E-03, ] force_length_stats: {min: 0.00000000E+00, max: 2.26449784E-03, mean: 1.33423412E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87737229 2 2.00000 0.94867086 3 2.00000 0.94951870 4 2.00000 0.93841321 5 2.00000 0.89635775 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 3.75279545000000E+00 3.75279545000000E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.12583863500000E+01 0.00000000000000E+00 0.00000000000000E+00 1.50111818000000E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -5.00000000000000E-01 5.00000000000000E-01 1.42857142857143E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.28571428571429E-01 0.00000000000000E+00 0.00000000000000E+00 5.71428571428571E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.26450E-03 9.14708E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.26449783942054E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.07108745353799E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 1.07108745353799E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.26449783942054E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 5.94873803181856E-02 -0.00000000000000E+00 0.00000000000000E+00 2.81370048553263E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -2.81370048553263E-02 -0.00000000000000E+00 -0.00000000000000E+00 -5.94873803181856E-02 Total energy (etotal) [Ha]= -1.04536421764389E+01 --- Iteration: ( 2/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 2, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.453653559241 -1.045E+01 2.491E-05 4.532E-03 4.267E-05 2.222E-03 ETOT 2 -10.453654624653 -1.065E-06 1.117E-05 9.424E-05 2.146E-05 2.226E-03 ETOT 3 -10.453654643308 -1.865E-08 2.839E-06 5.274E-07 2.315E-06 2.227E-03 At SCF step 3, forces are converged : for the second time, max diff in force= 2.315E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.19687688E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.19687688E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= -4.36887412E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 2, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -1.865E-08, res2: 5.274E-07, residm: 2.839E-06, diffor: 2.315E-06, } etotal : -1.04536546E+01 entropy : 0.00000000E+00 fermie : 1.66504156E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.19687688E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.19687688E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, -4.36887412E-05, ] pressure_GPa: -1.9191E+00 xred : - [ 0.0000E+00, 0.0000E+00, -8.6202E-05, Al] - [ -5.0000E-01, 5.0000E-01, 1.4282E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.2861E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7151E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -2.22722549E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -1.07250129E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 1.07250129E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.22722549E-03, ] force_length_stats: {min: 0.00000000E+00, max: 2.22722549E-03, mean: 1.31989071E-03, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.87750589 2 2.00000 0.94849101 3 2.00000 0.94935389 4 2.00000 0.93823858 5 2.00000 0.89650132 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -2.26449783942054E-03 0.00000000000000E+00 3.75279545000000E+00 3.75172436254646E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.12594574374535E+01 0.00000000000000E+00 0.00000000000000E+00 1.50134462978394E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -8.62023245487018E-05 -5.00000000000000E-01 5.00000000000000E-01 1.42816369919901E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.28612201508670E-01 0.00000000000000E+00 0.00000000000000E+00 5.71514773753120E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.22723E-03 9.02647E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 -2.22722548571927E-03 -0.00000000000000E+00 -0.00000000000000E+00 -1.07250128553130E-03 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 1.07250128553130E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.22722548571927E-03 Reduced forces (fred) -0.00000000000000E+00 0.00000000000000E+00 5.85082516825193E-02 -0.00000000000000E+00 0.00000000000000E+00 2.81741456112270E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -2.81741456112270E-02 -0.00000000000000E+00 -0.00000000000000E+00 -5.85082516825193E-02 Total energy (etotal) [Ha]= -1.04536546433081E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-1.24669E-05 Relative =-1.19259E-06 --- Iteration: ( 3/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 3, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.451744578206 -1.045E+01 3.581E-05 1.006E+01 3.130E-03 1.974E-03 ETOT 2 -10.454079022218 -2.334E-03 5.007E-06 2.955E-01 9.538E-04 1.020E-03 ETOT 3 -10.454137331634 -5.831E-05 1.751E-05 3.437E-03 1.162E-04 1.137E-03 ETOT 4 -10.454138062641 -7.310E-07 1.693E-06 3.802E-06 7.481E-06 1.129E-03 ETOT 5 -10.454138064061 -1.421E-09 4.251E-06 4.846E-08 5.214E-07 1.130E-03 At SCF step 5, forces are converged : for the second time, max diff in force= 5.214E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.42743836E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.42743836E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.01128874E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 3, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -1.421E-09, res2: 4.846E-08, residm: 4.251E-06, diffor: 5.214E-07, } etotal : -1.04541381E+01 entropy : 0.00000000E+00 fermie : 1.67654645E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.42743836E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.42743836E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.01128874E-05, ] pressure_GPa: -2.8990E+00 xred : - [ 0.0000E+00, 0.0000E+00, -6.5282E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.3971E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.3171E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7796E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 3.70703882E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -1.12969009E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 1.08420217E-20, ] - [ -0.00000000E+00, -0.00000000E+00, 1.12969009E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -3.70703882E-04, ] force_length_stats: {min: 1.08420217E-20, max: 1.12969009E-03, mean: 6.00157587E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90471951 2 2.00000 0.93672921 3 2.00000 0.93747096 4 2.00000 0.91579146 5 2.00000 0.89088364 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.71491685265490E-01 0.00000000000000E+00 3.75279545000000E+00 3.67023970594537E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13409420940546E+01 0.00000000000000E+00 0.00000000000000E+00 1.51826734852655E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -6.52815015025248E-03 -5.00000000000000E-01 5.00000000000000E-01 1.39714504821252E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.31714066607320E-01 0.00000000000000E+00 0.00000000000000E+00 5.77956721578824E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.12969E-03 4.34146E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 3.70703881562204E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.12969008614893E-03 -0.00000000000000E+00 -0.00000000000000E+00 1.08420217248550E-20 -0.00000000000000E+00 -0.00000000000000E+00 1.12969008614893E-03 -0.00000000000000E+00 -0.00000000000000E+00 -3.70703881562204E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -9.73823088016784E-03 -0.00000000000000E+00 0.00000000000000E+00 2.96764707064687E-02 -0.00000000000000E+00 -0.00000000000000E+00 -2.84815228584860E-19 -0.00000000000000E+00 -0.00000000000000E+00 -2.96764707064687E-02 -0.00000000000000E+00 0.00000000000000E+00 9.73823088016784E-03 Total energy (etotal) [Ha]= -1.04541380640615E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-4.83421E-04 Relative =-4.62431E-05 --- Iteration: ( 4/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 4, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454120407154 -1.045E+01 8.651E-07 9.306E-02 1.582E-04 1.141E-03 ETOT 2 -10.454142781235 -2.237E-05 2.544E-07 2.311E-03 8.831E-05 1.052E-03 ETOT 3 -10.454143243676 -4.624E-07 1.516E-07 1.949E-05 1.073E-05 1.063E-03 ETOT 4 -10.454143247961 -4.285E-09 7.907E-08 3.154E-08 6.173E-07 1.063E-03 At SCF step 4, forces are converged : for the second time, max diff in force= 6.173E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.44230423E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.44230423E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.36061641E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 4, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -4.285E-09, res2: 3.154E-08, residm: 7.907E-08, diffor: 6.173E-07, } etotal : -1.04541432E+01 entropy : 0.00000000E+00 fermie : 1.67725809E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.44230423E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.44230423E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.36061641E-05, ] pressure_GPa: -2.9624E+00 xred : - [ 0.0000E+00, 0.0000E+00, -6.9635E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.3945E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.3198E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7839E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 4.97783989E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -1.06270231E-03, ] - [ -0.00000000E+00, -0.00000000E+00, 2.16840434E-20, ] - [ -0.00000000E+00, -0.00000000E+00, 1.06270231E-03, ] - [ -0.00000000E+00, -0.00000000E+00, -4.97783989E-04, ] force_length_stats: {min: 2.16840434E-20, max: 1.06270231E-03, mean: 6.24194519E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.90536405 2 2.00000 0.93590356 3 2.00000 0.93652725 4 2.00000 0.92558218 5 2.00000 0.89156349 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.82929161421099E-01 0.00000000000000E+00 3.75279545000000E+00 3.66334112270574E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13478406772943E+01 0.00000000000000E+00 0.00000000000000E+00 1.51941109614211E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -6.96353896556533E-03 -5.00000000000000E-01 5.00000000000000E-01 1.39451897411787E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.31976674016785E-01 0.00000000000000E+00 0.00000000000000E+00 5.78392110394137E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 1.06270E-03 4.28505E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 4.97783989180039E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.06270230739816E-03 -0.00000000000000E+00 -0.00000000000000E+00 2.16840434497101E-20 -0.00000000000000E+00 -0.00000000000000E+00 1.06270230739816E-03 -0.00000000000000E+00 -0.00000000000000E+00 -4.97783989180039E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -1.30765704277439E-02 -0.00000000000000E+00 0.00000000000000E+00 2.79167306873582E-02 -0.00000000000000E+00 -0.00000000000000E+00 -5.69630457169720E-19 -0.00000000000000E+00 -0.00000000000000E+00 -2.79167306873582E-02 -0.00000000000000E+00 0.00000000000000E+00 1.30765704277439E-02 Total energy (etotal) [Ha]= -1.04541432479615E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-5.18390E-06 Relative =-4.95871E-07 --- Iteration: ( 5/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 5, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454135628763 -1.045E+01 8.803E-08 4.903E-02 1.054E-04 9.573E-04 ETOT 2 -10.454148610021 -1.298E-05 1.287E-08 1.147E-03 7.174E-05 8.855E-04 ETOT 3 -10.454148851760 -2.417E-07 4.051E-08 1.145E-05 8.463E-06 8.940E-04 ETOT 4 -10.454148854251 -2.491E-09 3.484E-09 2.554E-08 4.720E-07 8.935E-04 At SCF step 4, forces are converged : for the second time, max diff in force= 4.720E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.45416745E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.45416745E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.63075215E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 5, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -2.491E-09, res2: 2.554E-08, residm: 3.484E-09, diffor: 4.720E-07, } etotal : -1.04541489E+01 entropy : 0.00000000E+00 fermie : 1.67783777E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.45416745E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.45416745E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.63075215E-05, ] pressure_GPa: -3.0121E+00 xred : - [ 0.0000E+00, 0.0000E+00, -7.3022E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.3916E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.3226E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7873E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 5.36788203E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -8.93527481E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 8.93527481E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -5.36788203E-04, ] force_length_stats: {min: 0.00000000E+00, max: 8.93527481E-04, mean: 5.72126273E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91376094 2 2.00000 0.93523045 3 2.00000 0.93552187 4 2.00000 0.92490521 5 2.00000 0.89221510 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.91824990295478E-01 0.00000000000000E+00 3.75279545000000E+00 3.65576862308868E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13554131769113E+01 0.00000000000000E+00 0.00000000000000E+00 1.52030067902955E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.30217524704447E-03 -5.00000000000000E-01 5.00000000000000E-01 1.39163636121239E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.32264935307333E-01 0.00000000000000E+00 0.00000000000000E+00 5.78730746675616E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 8.93527E-04 3.80619E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 5.36788202704343E-04 -0.00000000000000E+00 -0.00000000000000E+00 -8.93527480822264E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 8.93527480822264E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.36788202704343E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -1.41011942730577E-02 -0.00000000000000E+00 0.00000000000000E+00 2.34725810513583E-02 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -2.34725810513583E-02 -0.00000000000000E+00 0.00000000000000E+00 1.41011942730577E-02 Total energy (etotal) [Ha]= -1.04541488542506E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-5.60629E-06 Relative =-5.36274E-07 --- Iteration: ( 6/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 6, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454149600107 -1.045E+01 8.127E-09 1.683E-02 3.207E-04 5.728E-04 ETOT 2 -10.454156899025 -7.299E-06 2.391E-09 2.663E-04 5.914E-05 5.137E-04 ETOT 3 -10.454156980525 -8.150E-08 7.600E-09 1.868E-06 6.165E-06 5.199E-04 ETOT 4 -10.454156980996 -4.706E-10 2.743E-10 1.803E-08 4.066E-07 5.195E-04 At SCF step 4, forces are converged : for the second time, max diff in force= 4.066E-07 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46353613E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46353613E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.82674407E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 6, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -4.706E-10, res2: 1.803E-08, residm: 2.743E-10, diffor: 4.066E-07, } etotal : -1.04541570E+01 entropy : 0.00000000E+00 fermie : 1.67831080E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.46353613E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.46353613E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.82674407E-05, ] pressure_GPa: -3.0497E+00 xred : - [ 0.0000E+00, 0.0000E+00, -7.5507E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.3877E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.3266E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7898E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 4.39002127E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -5.19466332E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -2.16840434E-20, ] - [ -0.00000000E+00, -0.00000000E+00, 5.19466332E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -4.39002127E-04, ] force_length_stats: {min: 2.16840434E-20, max: 5.19466332E-04, mean: 3.83387384E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91457527 2 2.00000 0.94489600 3 2.00000 0.93420531 4 2.00000 0.92432999 5 2.00000 0.90965566 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.98353238413921E-01 0.00000000000000E+00 3.75279545000000E+00 3.64550449948997E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13656773005100E+01 0.00000000000000E+00 0.00000000000000E+00 1.52095350384139E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.55068516091769E-03 -5.00000000000000E-01 5.00000000000000E-01 1.38772913154645E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.32655658273927E-01 0.00000000000000E+00 0.00000000000000E+00 5.78979256589489E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 5.19466E-04 2.48346E-04 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 4.39002127329505E-04 -0.00000000000000E+00 -0.00000000000000E+00 -5.19466331642504E-04 -0.00000000000000E+00 -0.00000000000000E+00 -2.16840434497101E-20 -0.00000000000000E+00 -0.00000000000000E+00 5.19466331642504E-04 -0.00000000000000E+00 -0.00000000000000E+00 -4.39002127329505E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -1.15323963018774E-02 -0.00000000000000E+00 0.00000000000000E+00 1.36461562007133E-02 -0.00000000000000E+00 0.00000000000000E+00 5.69630457169720E-19 -0.00000000000000E+00 -0.00000000000000E+00 -1.36461562007133E-02 -0.00000000000000E+00 0.00000000000000E+00 1.15323963018774E-02 Total energy (etotal) [Ha]= -1.04541569809956E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-8.12675E-06 Relative =-7.77370E-07 --- Iteration: ( 7/10) Internal Cycle: (1/1) -------------------------------------------------------------------------------- ---SELF-CONSISTENT-FIELD CONVERGENCE-------------------------------------------- --- !BeginCycle iteration_state: {dtset: 3, itime: 7, icycle: 1, } solver: {iscf: 7, nstep: 10, nline: 4, wfoptalg: 0, } tolerances: {toldff: 5.00E-05, } ... iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor ETOT 1 -10.454160206958 -1.045E+01 1.300E-08 3.153E-03 3.594E-04 2.331E-04 ETOT 2 -10.454162572406 -2.365E-06 5.048E-10 6.414E-05 3.093E-05 2.022E-04 ETOT 3 -10.454162594159 -2.175E-08 6.523E-10 1.551E-07 3.055E-06 2.053E-04 At SCF step 3, forces are converged : for the second time, max diff in force= 3.055E-06 < toldff= 5.000E-05 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46089115E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46089115E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.74093821E-05 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 3, itime: 7, icycle: 1, } comment : Summary of ground state results lattice_vectors: - [ 3.7527954, -3.7527954, 0.0000000, ] - [ 3.7527954, 3.7527954, 0.0000000, ] - [ 0.0000000, 0.0000000, 26.2695681, ] lattice_lengths: [ 5.30725, 5.30725, 26.26957, ] lattice_angles: [ 90.000, 90.000, 90.000, ] # degrees, (23, 13, 12) lattice_volume: 7.3993354E+02 convergence: {deltae: -2.175E-08, res2: 1.551E-07, residm: 6.523E-10, diffor: 3.055E-06, } etotal : -1.04541626E+01 entropy : 0.00000000E+00 fermie : 1.67819078E-01 cartesian_stress_tensor: # hartree/bohr^3 - [ 1.46089115E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 1.46089115E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 1.74093821E-05, ] pressure_GPa: -3.0361E+00 xred : - [ 0.0000E+00, 0.0000E+00, -7.4445E-03, Al] - [ -5.0000E-01, 5.0000E-01, 1.3855E-01, Al] - [ 0.0000E+00, 0.0000E+00, 2.8571E-01, Al] - [ -5.0000E-01, 5.0000E-01, 4.3288E-01, Al] - [ 0.0000E+00, 0.0000E+00, 5.7887E-01, Al] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, 2.05270467E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -1.31380480E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, 1.31380480E-04, ] - [ -0.00000000E+00, -0.00000000E+00, -2.05270467E-04, ] force_length_stats: {min: 0.00000000E+00, max: 2.05270467E-04, mean: 1.34660379E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.91488970 2 2.00000 0.92423610 3 2.00000 0.93350096 4 2.00000 0.90301751 5 2.00000 0.89335036 ---OUTPUT----------------------------------------------------------------------- Cartesian coordinates (xcart) [bohr] 0.00000000000000E+00 0.00000000000000E+00 -1.95563942432649E-01 0.00000000000000E+00 3.75279545000000E+00 3.63964129364955E+00 0.00000000000000E+00 0.00000000000000E+00 7.50559090000000E+00 0.00000000000000E+00 3.75279545000000E+00 1.13715405063505E+01 0.00000000000000E+00 0.00000000000000E+00 1.52067457424326E+01 Reduced coordinates (xred) 0.00000000000000E+00 0.00000000000000E+00 -7.44450541843600E-03 -5.00000000000000E-01 5.00000000000000E-01 1.38549719312746E-01 0.00000000000000E+00 0.00000000000000E+00 2.85714285714286E-01 -5.00000000000000E-01 5.00000000000000E-01 4.32878852115826E-01 0.00000000000000E+00 0.00000000000000E+00 5.78873076847007E-01 Cartesian forces (fcart) [Ha/bohr]; max,rms= 2.05270E-04 8.89920E-05 (free atoms) -0.00000000000000E+00 -0.00000000000000E+00 2.05270466805036E-04 -0.00000000000000E+00 -0.00000000000000E+00 -1.31380479541245E-04 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 1.31380479541245E-04 -0.00000000000000E+00 -0.00000000000000E+00 -2.05270466805036E-04 Reduced forces (fred) -0.00000000000000E+00 -0.00000000000000E+00 -5.39236651691720E-03 -0.00000000000000E+00 0.00000000000000E+00 3.45130846088842E-03 -0.00000000000000E+00 0.00000000000000E+00 0.00000000000000E+00 -0.00000000000000E+00 -0.00000000000000E+00 -3.45130846088842E-03 -0.00000000000000E+00 0.00000000000000E+00 5.39236651691720E-03 Total energy (etotal) [Ha]= -1.04541625941592E+01 Difference of energy with previous step (new-old): Absolute (Ha)=-5.61316E-06 Relative =-5.36931E-07 At Broyd/MD step 7, gradients are converged : max grad (force/stress) = 2.0527E-04 < tolmxf= 5.0000E-04 ha/bohr (free atoms) ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 74.680E-12; max= 65.226E-11 reduced coordinates (array xred) for 5 atoms 0.000000000000 0.000000000000 -0.007444505418 -0.500000000000 0.500000000000 0.138549719313 0.000000000000 0.000000000000 0.285714285714 -0.500000000000 0.500000000000 0.432878852116 0.000000000000 0.000000000000 0.578873076847 rms dE/dt= 2.3378E-03; max dE/dt= 5.3924E-03; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 -0.005392366517 2 0.000000000000 0.000000000000 0.003451308461 3 0.000000000000 0.000000000000 0.000000000000 4 0.000000000000 0.000000000000 -0.003451308461 5 0.000000000000 0.000000000000 0.005392366517 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 -0.10348798115736 2 0.00000000000000 1.98589382064025 1.92601522004236 3 0.00000000000000 0.00000000000000 3.97178764128050 4 0.00000000000000 1.98589382064025 6.01756006251865 5 0.00000000000000 0.00000000000000 8.04706326371837 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 0.00020527046681 2 -0.00000000000000 -0.00000000000000 -0.00013138047954 3 -0.00000000000000 -0.00000000000000 -0.00000000000000 4 -0.00000000000000 -0.00000000000000 0.00013138047954 5 -0.00000000000000 -0.00000000000000 -0.00020527046681 frms,max,avg= 8.8991981E-05 2.0527047E-04 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 0.01055543091555 2 -0.00000000000000 -0.00000000000000 -0.00675585532119 3 -0.00000000000000 -0.00000000000000 -0.00000000000000 4 -0.00000000000000 -0.00000000000000 0.00675585532119 5 -0.00000000000000 -0.00000000000000 -0.01055543091555 frms,max,avg= 4.5761513E-03 1.0555431E-02 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 7.505590900000 7.505590900000 7.505590900000 bohr = 3.971787641281 3.971787641281 3.971787641281 angstroms prteigrs : about to open file tbase4_7o_DS3_EIG Fermi (or HOMO) energy (hartree) = 0.16782 Average Vxc (hartree)= -0.29444 Eigenvalues (hartree) for nkpt= 6 k points: kpt# 1, nband= 11, wtk= 0.12500, kpt= -0.1250 0.0000 0.0000 (reduced coord) -0.22746 -0.19440 -0.13898 -0.06710 0.02100 0.09523 0.19197 0.26115 0.28920 0.32563 0.33775 occupation numbers for kpt# 1 2.00000 2.00000 2.00000 2.00000 2.00001 2.06073 0.12673 0.00207 0.00012 0.00000 0.00000 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 3, itime: 7, icycle: 1, } comment : Components of total free energy in Hartree kinetic : 4.12801477367132E+00 hartree : 7.04833038161770E+00 xc : -3.92732673965577E+00 Ewald energy : -4.89866720258843E+00 psp_core : 1.38160115627707E-01 local_psp : -1.52064177764470E+01 non_local_psp : 2.26627176087535E+00 internal : -1.04516346868991E+01 '-kT*entropy' : -2.52790726005013E-03 total_energy : -1.04541625941592E+01 total_energy_eV : -2.84472231284519E+02 band_energy : 1.68288852037023E-01 ... rms coord change= 3.1406E-03 atom, delta coord (reduced): 1 0.000000000000 0.000000000000 -0.007444505418 2 0.000000000000 0.000000000000 -0.004307423544 3 0.000000000000 0.000000000000 0.000000000000 4 0.000000000000 0.000000000000 0.004307423544 5 0.000000000000 0.000000000000 0.007444505418 Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 1.46089115E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 1.46089115E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 1.74093821E-05 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -3.0361E+00 GPa] - sigma(1 1)= 4.29808943E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 4.29808943E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 5.12201619E-01 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 7.5055909000E+00 7.5055909000E+00 7.5055909000E+00 Bohr amu 2.69815390E+01 chksymtnons 0 ecut 6.00000000E+00 Hartree etotal1 -6.2546990020E+00 etotal2 -8.3565588248E+00 etotal3 -1.0454162594E+01 fcart1 -0.0000000000E+00 -0.0000000000E+00 -2.0628523832E-04 -0.0000000000E+00 -0.0000000000E+00 -9.0350181040E-21 -0.0000000000E+00 -0.0000000000E+00 2.0628523832E-04 fcart2 -0.0000000000E+00 -0.0000000000E+00 1.3676797424E-04 -0.0000000000E+00 -0.0000000000E+00 -7.9564464553E-05 -0.0000000000E+00 -0.0000000000E+00 7.9564464553E-05 -0.0000000000E+00 -0.0000000000E+00 -1.3676797424E-04 fcart3 -0.0000000000E+00 -0.0000000000E+00 2.0527046681E-04 -0.0000000000E+00 -0.0000000000E+00 -1.3138047954E-04 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 1.3138047954E-04 -0.0000000000E+00 -0.0000000000E+00 -2.0527046681E-04 - fftalg 312 ionmov 2 iprcel 45 jdtset 1 2 3 kpt -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 0.00000000E+00 -2.50000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 0.00000000E+00 kptrlatt 4 4 0 -4 4 0 0 0 1 kptrlen 3.00223636E+01 P mkmem 6 natom1 3 natom2 4 natom3 5 nband1 7 nband2 8 nband3 11 ndtset 3 ngfft1 12 12 45 ngfft2 12 12 50 ngfft3 12 12 60 nkpt 6 nstep 10 nsym 16 ntime 10 ntypat 1 occ1 2.000000 2.000000 2.000000 2.133183 0.002911 0.000194 0.000000 2.000000 2.000000 2.000574 2.017129 2.122030 0.101394 0.005174 2.000000 2.000000 2.000123 1.490550 0.863036 0.004847 0.001182 2.000000 2.000000 2.000296 2.000468 1.674793 0.565914 0.002935 2.000000 2.000000 2.034883 2.141675 1.009588 0.004667 0.002528 2.000340 2.000604 2.130584 2.129689 0.000716 0.001598 0.003314 occ2 2.000000 2.000000 2.000000 2.000001 2.041038 0.004533 0.000568 0.000260 2.000000 2.000000 2.000000 2.000129 2.025460 2.052214 1.345554 0.784921 2.000000 2.000000 2.000000 2.000922 2.092808 1.303629 0.030862 0.001512 2.000000 2.000000 2.000000 2.000000 2.011264 2.011264 0.606578 0.606578 2.000000 2.000000 2.000067 2.014415 2.139005 2.044547 0.103947 0.005687 2.000100 2.000100 2.021828 2.021828 1.486873 1.486873 0.008618 0.008618 occ3 2.000000 2.000000 2.000000 2.000000 2.000009 2.060732 0.126731 0.002070 0.000123 0.000000 0.000000 2.000000 2.000000 2.000000 2.000003 2.000013 2.001384 2.083500 2.128294 0.825924 0.254101 0.002268 2.000000 2.000000 2.000000 2.000000 2.003156 2.020922 1.841277 0.602650 0.001977 0.005120 0.000064 2.000000 2.000000 2.000000 2.000000 2.000021 2.000029 2.051836 2.088766 0.622375 0.057898 0.005141 2.000000 2.000000 2.000000 2.001600 2.003160 2.055763 1.892087 1.615193 0.008977 0.001216 0.004852 2.000009 2.000011 2.000764 2.001460 2.099162 2.116096 0.687026 0.443022 0.130760 0.093884 0.000566 occopt 4 optforces 1 rprim1 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E+00 rprim2 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.0000000000E+00 rprim3 5.0000000000E-01 -5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 3.5000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 0.00000000E+00 spgroup1 123 spgroup2 129 spgroup3 123 strten1 1.7073169516E-04 1.7073169516E-04 -1.0376556120E-06 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten2 1.8838485631E-04 1.8838485631E-04 6.4043051693E-05 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten3 1.4608911487E-04 1.4608911487E-04 1.7409382100E-05 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 1 -1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1 1 0 0 0 -1 0 0 0 -1 -1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 1 0 -1 0 -1 0 0 0 0 1 0 1 0 1 0 0 0 0 -1 0 1 0 -1 0 0 0 0 -1 0 -1 0 1 0 0 0 0 1 tnons1 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.4000000 0.0000000 0.0000000 0.0000000 tnons2 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.5000000 0.0000000 0.0000000 0.0000000 tnons3 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 -0.4285714 0.0000000 0.0000000 0.0000000 toldff 5.00000000E-05 tolmxf 5.00000000E-04 tsmear 4.00000000E-02 Hartree typat1 1 1 1 typat2 1 1 1 1 typat3 1 1 1 1 1 wtk 0.12500 0.12500 0.25000 0.12500 0.25000 0.12500 xangst1 0.0000000000E+00 0.0000000000E+00 -8.8798377915E-02 0.0000000000E+00 1.9858938206E+00 1.9858938206E+00 0.0000000000E+00 0.0000000000E+00 4.0605860192E+00 xangst2 0.0000000000E+00 0.0000000000E+00 -1.7582856849E-01 0.0000000000E+00 1.9858938206E+00 1.9182559450E+00 0.0000000000E+00 0.0000000000E+00 4.0394255170E+00 0.0000000000E+00 1.9858938206E+00 6.1335100304E+00 xangst3 0.0000000000E+00 0.0000000000E+00 -1.0348798116E-01 0.0000000000E+00 1.9858938206E+00 1.9260152200E+00 0.0000000000E+00 0.0000000000E+00 3.9717876413E+00 0.0000000000E+00 1.9858938206E+00 6.0175600625E+00 0.0000000000E+00 0.0000000000E+00 8.0470632637E+00 xcart1 0.0000000000E+00 0.0000000000E+00 -1.6780461530E-01 0.0000000000E+00 3.7527954500E+00 3.7527954500E+00 0.0000000000E+00 0.0000000000E+00 7.6733955153E+00 xcart2 0.0000000000E+00 0.0000000000E+00 -3.3226784079E-01 0.0000000000E+00 3.7527954500E+00 3.6249783888E+00 0.0000000000E+00 0.0000000000E+00 7.6334079612E+00 0.0000000000E+00 3.7527954500E+00 1.1590654191E+01 xcart3 0.0000000000E+00 0.0000000000E+00 -1.9556394243E-01 0.0000000000E+00 3.7527954500E+00 3.6396412936E+00 0.0000000000E+00 0.0000000000E+00 7.5055909000E+00 0.0000000000E+00 3.7527954500E+00 1.1371540506E+01 0.0000000000E+00 0.0000000000E+00 1.5206745742E+01 xred1 0.0000000000E+00 0.0000000000E+00 -8.9429129586E-03 -5.0000000000E-01 5.0000000000E-01 2.0000000000E-01 0.0000000000E+00 0.0000000000E+00 4.0894291296E-01 xred2 0.0000000000E+00 0.0000000000E+00 -1.4756459339E-02 -5.0000000000E-01 5.0000000000E-01 1.6099013998E-01 0.0000000000E+00 0.0000000000E+00 3.3900986002E-01 -5.0000000000E-01 5.0000000000E-01 5.1475645934E-01 xred3 0.0000000000E+00 0.0000000000E+00 -7.4445054184E-03 -5.0000000000E-01 5.0000000000E-01 1.3854971931E-01 0.0000000000E+00 0.0000000000E+00 2.8571428571E-01 -5.0000000000E-01 5.0000000000E-01 4.3287885212E-01 0.0000000000E+00 0.0000000000E+00 5.7887307685E-01 znucl 13.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] Preconditioning of self-consistent-field cycles in density functional theory: the extrapolar method - P.-M. Anglade, X. Gonze, Phys. Rev. B 78, 045126 (2008). - Comment: to be cited in case the extrapolar conditioner is used, i.e. non-vanishing iprcel. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#anglade2008 - - [2] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [3] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [4] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - [5] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - Proc. 0 individual time (sec): cpu= 43.1 wall= 50.2 ================================================================================ Calculation completed. .Delivered 1 WARNINGs and 3 COMMENTs to log file. +Overall time at end (sec) : cpu= 43.1 wall= 50.2
This run might take about one minute, and is the longest of the four basic tutorials. You should start it now.
You will notice that the SCF convergence is rather satisfactory, for all the cases (3, 4 or 5 metal layers).
For the 3 aluminum layer case, one has the non-relaxed total energy:
ETOT 6 -6.2539524363433
(this quantity is converged, unlike in test 4.6) giving the unrelaxed surface energy 0.0200 Ha = 0.544 eV; and for the relaxed case:
etotal1 -6.2547008127E+00
(by contrast the difference with test 4.6 is less than 1 microHa) giving the relaxed surface energy 0.0196 Ha = 0.533 eV.
For the 4 aluminum layer case, one has the non-relaxed total energy:
ETOT 6 -8.3546873357119
giving the unrelaxed surface energy 0.0186Ha = 0.506 eV; and for the relaxed case:
etotal2 -8.3565593186E+00
giving the relaxed surface energy 0.0183 Ha = 0.498 eV.
For the 5 aluminum layer case, one has the non-relaxed total energy:
ETOT 6 -10.453642176439
giving the unrelaxed surface energy 0.0183Ha = 0.498 eV; and for the relaxed case:
etotal3 -1.0454163186E+01
giving the relaxed surface energy 0.0180 Ha = 0.490 eV.
The relative difference in the surface energy of the 4 and 5 layer cases is on the order of 1.5%.
In the framework of this tutorial, we will not pursue this investigation, which is a simple application of the concepts already explored.
Just for your information, and as an additional warning, when the work accomplished until now is completed with 6 and 7 layers without relaxation (see $ABI_TESTS/tutorial/Input/tbase4_8.in and $ABI_TESTS/tutorial/Refs/tbase4_8.out where 5, 6 and 7 layers are treated), this non-relaxed energy surface energy behaves as follows:
number of aluminum layers | surface energy |
---|---|
3 | 0.544 eV |
4 | 0.506 eV |
5 | 0.498 eV |
6 | 0.449 eV |
7 | 0.463 eV |
So, the surface energy convergence is rather difficult to reach. Our values, with a 4x4x1
grid,
a smearing of 0.04 Ha, a kinetic energy cut-off of 6 Ha, the 13al.981214.fhi pseudopotential,
still oscillate between 0.45 eV and 0.51 eV.
Increasing the k-point sampling might decrease slightly the oscillations, but note that this effect
is intrinsic to the computation of properties of a metallic surface: the electrons are confined inside the slab potential,
with sub-bands in the direction normal to the surface, and the Fermi energy oscillates with the width of the slab.
This effect might be understood based on a comparison with the behaviour of a jellium slab.
An error on the order of 0.016 eV is due to the thin vacuum layer.
Other sources of errors might have to be rechecked, seeing the kind of accuracy that is needed.
Experimental data give a surface energy around 0.55 eV (sorry, the reference is to be provided).
Soft and hard pseudopotentials¶
In the context of a plane-wave basis, a soft pseudopotential means that a low ecut will be required to obtain convergence whereas a hard pseudopotential implies that a high ecut will be needed. It can be understood by considering the pseudo-wave-functions of that atom. A hard pseudopotential has pseudo-wave-functions that have sharp features in real space which require many plane-waves to describe.
On the other hand, a soft pseudopotential has rather smooth pseudo-wave-functions that need fewer plane-waves to describe accurately than the pseudo-wave-functions of hard pseudopotentials. This designation is somewhat qualitative, and it is relative to other pseudopotentials. In other words, a pseudopotential can be soft when compared to a certain pseudopotential but hard with respect to another.
In general, pseudopotentials describing light elements, those of the 2nd line of the periodic table, and pseudopotentials that include semi-core states are considered hard as they have strongly peaked pseudo-wave-functions that require a large ecut. This discussion is valid for norm-conserving pseudopotentials. With PAW pseudopotentials, we are able to keep pseudo-wave-function smooth which means that they will require lower ecut than their norm-conserving counterpart which is one of their main benefits.